Changeset 55703 for trunk/src/wp-admin/includes/menu.php
- Timestamp:
- 05/02/2023 03:43:03 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/menu.php
r55642 r55703 229 229 } 230 230 231 if ( 0 === strpos( $top[2], 'separator' ) && false !== $last_order ) { // If separator.231 if ( str_starts_with( $top[2], 'separator' ) && false !== $last_order ) { // If separator. 232 232 $first_item = true; 233 233 $classes = $menu[ $last_order ][4];
Note: See TracChangeset
for help on using the changeset viewer.