Changeset 29206 for trunk/src/wp-admin/includes/menu.php
- Timestamp:
- 07/17/2014 09:13:53 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/menu.php
r28500 r29206 98 98 $old_parent = $data[2]; 99 99 $new_parent = $first_sub[2]; 100 // If the first submenu is not the same as the assigned parent, 101 // make the first submenu the new parent. 100 /* 101 * If the first submenu is not the same as the assigned parent, 102 * make the first submenu the new parent. 103 */ 102 104 if ( $new_parent != $old_parent ) { 103 105 $_wp_real_parent_file[$old_parent] = $new_parent;
Note: See TracChangeset
for help on using the changeset viewer.