Making WordPress.org

Ticket #2368: meta-2368.patch

File meta-2368.patch, 1.1 KB (added by SergeyBiryukov, 8 years ago)
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/front-page.php

     
    5555                        <section class="plugin-section">
    5656                                <header class="section-header">
    5757                                        <h2 class="section-title"><?php echo esc_html( $section_title ); ?></h2>
    58                                         <a class="section-link" href="<?php echo esc_url( home_url( "browse/$browse/" ) ); ?>"><?php printf( _x( 'See all %s', 'plugins', 'wporg-plugins' ), "<span class=\"screen-reader-text\">{$section_title}</span>" ); ?></a>
     58                                        <a class="section-link" href="<?php echo esc_url( home_url( "browse/$browse/" ) ); ?>"><?php
     59                                                /* Translators: %s: Section title as an accessibility text for screen readers. */
     60                                                printf( _x( 'See all %s', 'plugins', 'wporg-plugins' ), "<span class=\"screen-reader-text\">{$section_title}</span>" );
     61                                        ?></a>
    5962                                </header>
    6063
    6164                                <?php