Changeset 55749 for trunk/src/wp-includes/class-wp-comment-query.php
- Timestamp:
- 05/11/2023 12:25:51 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-comment-query.php
r55607 r55749 482 482 $comment_ids = array_map( 'intval', $comment_ids ); 483 483 484 if ( $this->query_vars['update_comment_meta_cache'] ) { 485 wp_lazyload_comment_meta( $comment_ids ); 486 } 487 484 488 if ( 'ids' === $this->query_vars['fields'] ) { 485 489 $this->comments = $comment_ids; … … 487 491 } 488 492 489 _prime_comment_caches( $comment_ids, $this->query_vars['update_comment_meta_cache']);493 _prime_comment_caches( $comment_ids, false ); 490 494 491 495 // Fetch full comment objects from the primed cache.
Note: See TracChangeset
for help on using the changeset viewer.