Changeset 22114 for trunk/wp-includes/comment-template.php
- Timestamp:
- 10/04/2012 06:21:47 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment-template.php
r21735 r22114 895 895 896 896 if ( $separate_comments ) { 897 $wp_query->comments_by_type = &separate_comments($comments);897 $wp_query->comments_by_type = separate_comments($comments); 898 898 $comments_by_type = &$wp_query->comments_by_type; 899 899 }
Note: See TracChangeset
for help on using the changeset viewer.