Changeset 33925 for trunk/src/wp-includes/comment-template.php
- Timestamp:
- 09/05/2015 10:24:16 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-template.php
r33919 r33925 2116 2116 } else { 2117 2117 $_comments = $wp_query->comments; 2118 } 2119 2120 if ( ! $wp_query->comment_meta_cached ) { 2121 $comment_ids = wp_list_pluck( $_comments, 'comment_ID' ); 2122 update_meta_cache( 'comment', $comment_ids ); 2123 $wp_query->comment_meta_cached = true; 2118 2124 } 2119 2125 }
Note: See TracChangeset
for help on using the changeset viewer.