Changeset 34245 for trunk/src/wp-includes/comment-template.php
- Timestamp:
- 09/16/2015 06:13:19 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/comment-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-template.php
r34237 r34245 1815 1815 } else { 1816 1816 $_comments = $wp_query->comments; 1817 }1818 1819 if ( ! $wp_query->comment_meta_cached ) {1820 $comment_ids = wp_list_pluck( $_comments, 'comment_ID' );1821 update_meta_cache( 'comment', $comment_ids );1822 $wp_query->comment_meta_cached = true;1823 1817 } 1824 1818 }
Note: See TracChangeset
for help on using the changeset viewer.