Changeset 52155 for trunk/src/wp-includes/navigation-areas.php
- Timestamp:
- 11/15/2021 12:10:39 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/navigation-areas.php
r52145 r52155 109 109 110 110 if ( ! empty( $matching_posts ) ) { 111 $navigation_post_id = $matching_posts[0] ->ID;111 $navigation_post_id = $matching_posts[0]; 112 112 } else { 113 113 $menu_items_by_parent_id = _wp_sort_menu_items_by_parent_id( $menu_items );
Note: See TracChangeset
for help on using the changeset viewer.