mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-09 07:00:01 +00:00
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:
parent
1dc98b2e49
commit
447b284107
@ -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 ) { #>
|
||||||
|
@ -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>
|
||||||
|
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user