Changeset 56559 for trunk/src/wp-includes/class-wp-navigation-fallback.php
- Timestamp:
- 09/12/2023 03:21:02 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-navigation-fallback.php
r56422 r56559 170 170 usort( 171 171 $classic_nav_menus, 172 static function ( $a, $b ) {172 static function ( $a, $b ) { 173 173 return $b->term_id - $a->term_id; 174 174 }
Note: See TracChangeset
for help on using the changeset viewer.