Make WordPress Core

Changeset 36809


Ignore:
Timestamp:
03/02/2016 11:09:12 PM (10 years ago)
Author:
ocean90
Message:

Customizer: Merge two translator comments.

Location:
trunk/src/wp-includes
Files:
2 edited

Legend:

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

    r36568 r36809  
    369369                        <div class="accordion-section-title">
    370370                                <span class="preview-notice"><?php
    371                                         /* translators: %s is the site/panel title in the Customizer */
     371                                        /* translators: %s: the site/panel title in the Customizer */
    372372                                        echo sprintf( __( 'You are customizing %s' ), '<strong class="panel-title">{{ data.title }}</strong>' );
    373373                                ?></span>
  • trunk/src/wp-includes/customize/class-wp-customize-nav-menus-panel.php

    r35386 r36809  
    8585                                <span class="preview-notice">
    8686                                        <?php
    87                                         /* Translators: %s is the site/panel title in the Customizer. */
     87                                        /* translators: %s: the site/panel title in the Customizer */
    8888                                        printf( __( 'You are customizing %s' ), '<strong class="panel-title">{{ data.title }}</strong>' );
    8989                                        ?>
Note: See TracChangeset for help on using the changeset viewer.