Changeset 53555
- Timestamp:
- 06/22/2022 02:53:49 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin.php
r53426 r53555 1455 1455 array_unshift( $submenu[ $parent_slug ], $new_sub_menu ); 1456 1456 } else { 1457 $position = absint( $position ); 1457 1458 // Grab all of the items before the insertion point. 1458 1459 $before_items = array_slice( $submenu[ $parent_slug ], 0, $position, true );
Note: See TracChangeset
for help on using the changeset viewer.