Changeset 56549 for trunk/src/wp-admin/includes/menu.php
- Timestamp:
- 09/09/2023 09:26:01 AM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/menu.php
r55873 r56549 229 229 230 230 foreach ( $menu as $order => $top ) { 231 $i++;231 ++$i; 232 232 233 233 if ( 0 === $order ) { // Dashboard is always shown/single.
Note: See TracChangeset
for help on using the changeset viewer.