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

    r43571 r45932  
    7575                <span class="preview-notice">
    7676                    <?php
    77                     /* translators: %s: the site/panel title in the Customizer */
     77                    /* translators: %s: The site/panel title in the Customizer. */
    7878                    printf( __( 'You are customizing %s' ), '<strong class="panel-title">{{ data.title }}</strong>' );
    7979                    ?>
Note: See TracChangeset for help on using the changeset viewer.