Customizer: Merge two similar strings.
Remove also `{{ data.menu_name }}` since it doesn't print anything. Fixes #33630. git-svn-id: https://develop.svn.wordpress.org/trunk@35695 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
b8e615070c
commit
a88d7d81b5
@ -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' ) ) : ?>
|
||||
|
Loading…
Reference in New Issue
Block a user