Make WordPress Core


Ignore:
Timestamp:
09/03/2019 12:39:13 AM (5 years ago)
Author:
SergeyBiryukov
Message:

I18N: Capitalize translator comments consistently, add trailing punctuation.

Includes minor code layout fixes.

See #44360.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/customize/class-wp-customize-themes-section.php

    r45412 r45932  
    8686                            <?php
    8787                            printf(
    88                                 /* translators: %s: support forums URL */
     88                                /* translators: %s: Support forums URL. */
    8989                                __( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server&#8217;s configuration. If you continue to have problems, please try the <a href="%s">support forums</a>.' ),
    9090                                __( 'https://wordpress.org/support/forums/' )
     
    9999                        <?php
    100100                        printf(
    101                             /* translators: %s: "Search WordPress.org themes" button text */
     101                            /* translators: %s: "Search WordPress.org themes" button text. */
    102102                            __( 'No themes found. Try a different search, or %s.' ),
    103103                            sprintf( '<button type="button" class="button-link search-dotorg-themes">%s</button>', __( 'Search WordPress.org themes' ) )
     
    133133                <span class="filter-count-0"><?php _e( 'Filter themes' ); ?></span><span class="filter-count-filters">
    134134                <?php
    135                 /* translators: %s: number of filters selected. */
     135                /* translators: %s: Number of filters selected. */
    136136                printf( __( 'Filter themes (%s)' ), '<span class="theme-filter-count">0</span>' );
    137137                ?>
     
    149149            <span class="themes-displayed">
    150150                <?php
    151                 /* translators: %s: number of themes displayed. */
     151                /* translators: %s: Number of themes displayed. */
    152152                echo sprintf( __( '%s themes' ), '<span class="theme-count">0</span>' );
    153153                ?>
Note: See TracChangeset for help on using the changeset viewer.