Customizer: Merge two translator comments.

Built from https://develop.svn.wordpress.org/trunk@36809


git-svn-id: http://core.svn.wordpress.org/trunk@36776 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2016-03-02 23:10:26 +00:00
parent 1dc98b2e49
commit 447b284107
3 changed files with 3 additions and 3 deletions

View File

@ -368,7 +368,7 @@ class WP_Customize_Panel {
<button class="customize-panel-back" tabindex="-1"><span class="screen-reader-text"><?php _e( 'Back' ); ?></span></button> <button class="customize-panel-back" tabindex="-1"><span class="screen-reader-text"><?php _e( 'Back' ); ?></span></button>
<div class="accordion-section-title"> <div class="accordion-section-title">
<span class="preview-notice"><?php <span class="preview-notice"><?php
/* translators: %s is the site/panel title in the Customizer */ /* translators: %s: the site/panel title in the Customizer */
echo sprintf( __( 'You are customizing %s' ), '<strong class="panel-title">{{ data.title }}</strong>' ); echo sprintf( __( 'You are customizing %s' ), '<strong class="panel-title">{{ data.title }}</strong>' );
?></span> ?></span>
<# if ( data.description ) { #> <# if ( data.description ) { #>

View File

@ -84,7 +84,7 @@ class WP_Customize_Nav_Menus_Panel extends WP_Customize_Panel {
<div class="accordion-section-title"> <div class="accordion-section-title">
<span class="preview-notice"> <span class="preview-notice">
<?php <?php
/* Translators: %s is the site/panel title in the Customizer. */ /* translators: %s: the site/panel title in the Customizer */
printf( __( 'You are customizing %s' ), '<strong class="panel-title">{{ data.title }}</strong>' ); printf( __( 'You are customizing %s' ), '<strong class="panel-title">{{ data.title }}</strong>' );
?> ?>
</span> </span>

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.5-beta1-36808'; $wp_version = '4.5-beta1-36809';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.