Changeset 44574 for trunk/src/wp-admin/nav-menus.php
- Timestamp:
- 01/12/2019 06:40:16 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/nav-menus.php
r44151 r44574 823 823 </span><!-- /add-new-menu-action --> 824 824 </form> 825 <?php825 <?php 826 826 endif; 827 827 828 828 $metabox_holder_disabled_class = ''; 829 if ( isset( $_GET['menu'] ) && '0' == $_GET['menu'] ) {830 $metabox_holder_disabled_class = ' metabox-holder-disabled';831 }832 ?>829 if ( isset( $_GET['menu'] ) && '0' == $_GET['menu'] ) { 830 $metabox_holder_disabled_class = ' metabox-holder-disabled'; 831 } 832 ?> 833 833 </div><!-- /manage-menus --> 834 834 <div id="nav-menus-frame" class="wp-clearfix"> … … 915 915 916 916 $no_menus_style = ''; 917 if ( $one_theme_location_no_menus ) {918 $no_menus_style = 'style="display: none;"';919 }920 ?>917 if ( $one_theme_location_no_menus ) { 918 $no_menus_style = 'style="display: none;"'; 919 } 920 ?> 921 921 <div class="menu-settings" <?php echo $no_menus_style; ?>> 922 922 <h3><?php _e( 'Menu Settings' ); ?></h3>
Note: See TracChangeset
for help on using the changeset viewer.