Changeset 54410 for trunk/src/wp-includes/class-wp-query.php
- Timestamp:
- 10/07/2022 09:58:32 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-query.php
r54352 r54410 3269 3269 } 3270 3270 3271 if ( ! empty( $this->posts ) && $q['update_menu_item_cache'] ) {3272 update_menu_item_cache( $this->posts );3273 }3274 3275 3271 if ( ! $q['suppress_filters'] ) { 3276 3272 /** … … 3467 3463 } 3468 3464 3465 if ( ! empty( $this->posts ) && $q['update_menu_item_cache'] ) { 3466 update_menu_item_cache( $this->posts ); 3467 } 3468 3469 3469 if ( $q['lazy_load_term_meta'] ) { 3470 3470 wp_queue_posts_for_term_meta_lazyload( $this->posts );
Note: See TracChangeset
for help on using the changeset viewer.