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-panel.php

    r45927 r45932  
    7373                    <?php
    7474                    printf(
    75                         /* translators: %s: themes panel title in the Customizer */
     75                        /* translators: %s: Themes panel title in the Customizer. */
    7676                        __( 'You are browsing %s' ),
    7777                        '<strong class="panel-title">' . __( 'Themes' ) . '</strong>'
Note: See TracChangeset for help on using the changeset viewer.