Changeset 24048 for trunk/wp-admin/includes/menu.php
- Timestamp:
- 04/22/2013 07:33:39 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/menu.php
r23871 r24048 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 && 'customize.php' != $new_parent) {76 if ( $new_parent != $old_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.