Changeset 23871 for trunk/wp-admin/includes/menu.php
- Timestamp:
- 03/29/2013 08:39:54 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/menu.php
r19712 r23871 74 74 // If the first submenu is not the same as the assigned parent, 75 75 // make the first submenu the new parent. 76 if ( $new_parent != $old_parent ) {76 if ( $new_parent != $old_parent && 'customize.php' != $new_parent ) { 77 77 $_wp_real_parent_file[$old_parent] = $new_parent; 78 78 $menu[$id][2] = $new_parent;
Note: See TracChangeset
for help on using the changeset viewer.