diff --git a/src/wp-admin/nav-menus.php b/src/wp-admin/nav-menus.php
index 7f19e86..d6c59fc 100644
a
|
b
|
require_once( ABSPATH . 'wp-admin/admin-header.php' ); |
737 | 737 | do_action( 'after_menu_locations_table' ); |
738 | 738 | ?> |
739 | 739 | <?php else : ?> |
| 740 | <p class="screen-reader-text"><?php _e( 'Do not forget to activate "save menu" button to save all changes made in this screen.' ); ?></p> |
740 | 741 | <div class="manage-menus"> |
741 | 742 | <?php if ( $menu_count < 2 ) : ?> |
742 | 743 | <span class="add-edit-menu-action"> |
… |
… |
if ( isset( $_GET['menu'] ) && '0' == $_GET['menu'] ) { |
830 | 831 | <input type="hidden" name="menu" id="nav-menu-meta-object-id" value="<?php echo esc_attr( $nav_menu_selected_id ); ?>" /> |
831 | 832 | <input type="hidden" name="action" value="add-menu-item" /> |
832 | 833 | <?php wp_nonce_field( 'add-menu_item', 'menu-settings-column-nonce' ); ?> |
| 834 | <h2><?php _e( 'Add menu items' ); ?></h2> |
833 | 835 | <?php do_accordion_sections( 'nav-menus', 'side', null ); ?> |
834 | 836 | </form> |
835 | 837 | |
… |
… |
if ( isset( $_GET['menu'] ) && '0' == $_GET['menu'] ) { |
843 | 845 | $new_screen_class = 'blank-slate'; |
844 | 846 | } |
845 | 847 | ?> |
| 848 | <h2><?php _e( 'Menu structure' ); ?></h2> |
846 | 849 | <div class="menu-edit <?php echo $new_screen_class; ?>"> |
847 | 850 | <input type="hidden" name="nav-menu-data"> |
848 | 851 | <?php |
… |
… |
if ( isset( $_GET['menu'] ) && '0' == $_GET['menu'] ) { |
875 | 878 | <div id="post-body"> |
876 | 879 | <div id="post-body-content" class="wp-clearfix"> |
877 | 880 | <?php if ( ! $add_new_screen ) : ?> |
878 | | <h3><?php _e( 'Menu Structure' ); ?></h3> |
879 | 881 | <?php |
880 | 882 | $hide_style = ''; |
881 | 883 | if ( isset( $menu_items ) && 0 == count( $menu_items ) ) { |