Changeset 55252 for trunk/src/wp-includes/class-wp-query.php
- Timestamp:
- 02/07/2023 12:07:46 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-query.php
r55248 r55252 1949 1949 if ( ! isset( $q['lazy_load_term_meta'] ) ) { 1950 1950 $q['lazy_load_term_meta'] = $q['update_post_term_cache']; 1951 } elseif ( $q['lazy_load_term_meta'] ) { // Lazy loading term meta only works if term caches are primed. 1952 $q['update_post_term_cache'] = true; 1951 1953 } 1952 1954
Note: See TracChangeset
for help on using the changeset viewer.