Changeset 42857 for trunk/src/wp-admin/nav-menus.php
- Timestamp:
- 03/20/2018 05:46:12 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/nav-menus.php
r42719 r42857 743 743 <?php 744 744 printf( 745 __( 'Edit your menu below, or <a href="%s">create a new menu</a>. ' ), esc_url(745 __( 'Edit your menu below, or <a href="%s">create a new menu</a>. Don’t forget to save your changes!' ), esc_url( 746 746 add_query_arg( 747 747 array( … … 753 753 ); 754 754 ?> 755 <span class="screen-reader-text"><?php _e( 'Click the Save Menu button to save your changes.' ); ?></span> 755 756 </span><!-- /add-edit-menu-action --> 756 757 <?php else : ?> … … 801 802 <?php 802 803 printf( 803 __( 'or <a href="%s">create a new menu</a>. ' ), esc_url(804 __( 'or <a href="%s">create a new menu</a>. Don’t forget to save your changes!' ), esc_url( 804 805 add_query_arg( 805 806 array( … … 811 812 ); 812 813 ?> 814 <span class="screen-reader-text"><?php _e( 'Click the Save Menu button to save your changes.' ); ?></span> 813 815 </span><!-- /add-new-menu-action --> 814 816 </form> … … 831 833 <input type="hidden" name="action" value="add-menu-item" /> 832 834 <?php wp_nonce_field( 'add-menu_item', 'menu-settings-column-nonce' ); ?> 835 <h2><?php _e( 'Add menu items' ); ?></h2> 833 836 <?php do_accordion_sections( 'nav-menus', 'side', null ); ?> 834 837 </form> … … 844 847 } 845 848 ?> 849 <h2><?php _e( 'Menu structure' ); ?></h2> 846 850 <div class="menu-edit <?php echo $new_screen_class; ?>"> 847 851 <input type="hidden" name="nav-menu-data"> … … 876 880 <div id="post-body-content" class="wp-clearfix"> 877 881 <?php if ( ! $add_new_screen ) : ?> 878 <h3><?php _e( 'Menu Structure' ); ?></h3>879 882 <?php 880 883 $hide_style = '';
Note: See TracChangeset
for help on using the changeset viewer.