mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-14 22:56:19 +01:00
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:
parent
dfd30b10b0
commit
d1805c9da8
@ -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>
|
<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">
|
<span class="menu-delete-item">
|
||||||
<button type="button" class="button-link menu-delete">
|
<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>
|
</button>
|
||||||
</span>
|
</span>
|
||||||
<?php if ( current_theme_supports( 'menus' ) ) : ?>
|
<?php if ( current_theme_supports( 'menus' ) ) : ?>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user