Changeset 36422 for trunk/src/wp-admin/nav-menus.php
- Timestamp:
- 01/30/2016 01:45:37 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/nav-menus.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/nav-menus.php
r36419 r36422 648 648 </tbody> 649 649 </table> 650 <p class="button-controls "><?php submit_button( __( 'Save Changes' ), 'primary left', 'nav-menu-locations', false ); ?></p>650 <p class="button-controls wp-clearfix"><?php submit_button( __( 'Save Changes' ), 'primary left', 'nav-menu-locations', false ); ?></p> 651 651 <?php wp_nonce_field( 'save-menu-locations' ); ?> 652 652 <input type="hidden" name="menu" id="nav-menu-meta-object-id" value="<?php echo esc_attr( $nav_menu_selected_id ); ?>" /> … … 715 715 <?php endif; ?> 716 716 </div><!-- /manage-menus --> 717 <div id="nav-menus-frame" >717 <div id="nav-menus-frame" class="wp-clearfix"> 718 718 <div id="menu-settings-column" class="metabox-holder<?php if ( isset( $_GET['menu'] ) && '0' == $_GET['menu'] ) { echo ' metabox-holder-disabled'; } ?>"> 719 719 … … 749 749 <input type="hidden" name="menu" id="menu" value="<?php echo esc_attr( $nav_menu_selected_id ); ?>" /> 750 750 <div id="nav-menu-header"> 751 <div class="major-publishing-actions ">751 <div class="major-publishing-actions wp-clearfix"> 752 752 <label class="menu-name-label" for="menu-name"><?php _e( 'Menu Name' ); ?></label> 753 753 <input name="menu-name" id="menu-name" type="text" class="menu-name regular-text menu-item-textbox" <?php echo $menu_name_val . $menu_name_aria_desc; ?> /> … … 758 758 </div><!-- END .nav-menu-header --> 759 759 <div id="post-body"> 760 <div id="post-body-content" >760 <div id="post-body-content" class="wp-clearfix"> 761 761 <?php if ( ! $add_new_screen ) : ?> 762 762 <h3><?php _e( 'Menu Structure' ); ?></h3> … … 823 823 </div><!-- /#post-body --> 824 824 <div id="nav-menu-footer"> 825 <div class="major-publishing-actions ">825 <div class="major-publishing-actions wp-clearfix"> 826 826 <?php if ( 0 != $menu_count && ! $add_new_screen ) : ?> 827 827 <span class="delete-action">
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)