Changeset 29206 for trunk/src/wp-admin/menu.php
- Timestamp:
- 07/17/2014 09:13:53 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/menu.php
r29170 r29206 122 122 } 123 123 124 // if $ptype_menu_position is already populated or will be populated by a hard-coded value below, increment the position. 124 /* 125 * If $ptype_menu_position is already populated or will be populated 126 * by a hard-coded value below, increment the position. 127 */ 125 128 $core_menu_positions = array(59, 60, 65, 70, 75, 80, 85, 99); 126 129 while ( isset($menu[$ptype_menu_position]) || in_array($ptype_menu_position, $core_menu_positions) )
Note: See TracChangeset
for help on using the changeset viewer.