Changeset 34711 for trunk/src/wp-includes/comment-template.php
- Timestamp:
- 09/30/2015 01:34:54 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-template.php
r34669 r34711 1321 1321 */ 1322 1322 $wp_query->comments = apply_filters( 'comments_array', $comments_flat, $post->ID ); 1323 1324 // Set up lazy-loading for comment metadata. 1325 add_action( 'get_comment_metadata', array( $wp_query, 'lazyload_comment_meta' ), 10, 2 ); 1326 1323 1327 $comments = &$wp_query->comments; 1324 1328 $wp_query->comment_count = count($wp_query->comments);
Note: See TracChangeset
for help on using the changeset viewer.