diff --git a/src/wp-includes/class-wp-customize-control.php b/src/wp-includes/class-wp-customize-control.php
index a0abfc5..b2edd69 100644
a
|
b
|
|
1598 | 1598 | <span class="reorder-done"><?php _ex( 'Done', 'Cancel reordering menu items in Customizer' ); ?></span> |
1599 | 1599 | </button> |
1600 | 1600 | <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> |
1601 | | <span class="add-menu-item-loading spinner"></span> |
1602 | 1601 | <span class="menu-delete-item"> |
1603 | 1602 | <button type="button" class="not-a-button menu-delete"> |
1604 | 1603 | <?php _e( 'Delete menu' ); ?> <span class="screen-reader-text">{{ data.menu_name }}</span> |