Customizer: Merge two similar strings.

Remove also `{{ data.menu_name }}` since it doesn't print anything.

Fixes #33630.
Built from https://develop.svn.wordpress.org/trunk@35695


git-svn-id: http://core.svn.wordpress.org/trunk@35659 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2015-11-18 22:25:25 +00:00
parent dfd30b10b0
commit d1805c9da8
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ class WP_Customize_Nav_Menu_Control extends WP_Customize_Control {
<p class="screen-reader-text" id="reorder-items-desc-{{ data.menu_id }}"><?php _e( 'When in reorder mode, additional controls to reorder menu items will be available in the items list above.' ); ?></p>
<span class="menu-delete-item">
<button type="button" class="button-link menu-delete">
<?php _e( 'Delete menu' ); ?> <span class="screen-reader-text">{{ data.menu_name }}</span>
<?php _e( 'Delete Menu' ); ?>
</button>
</span>
<?php if ( current_theme_supports( 'menus' ) ) : ?>

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-beta4-35694';
$wp_version = '4.4-beta4-35695';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.