Changeset 22115
- Timestamp:
- 10/04/2012 06:26:25 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment-template.php
r22114 r22115 1429 1429 return; 1430 1430 if ( 'all' != $r['type'] ) { 1431 $comments_by_type = &separate_comments($comments);1431 $comments_by_type = separate_comments($comments); 1432 1432 if ( empty($comments_by_type[$r['type']]) ) 1433 1433 return; … … 1441 1441 if ( 'all' != $r['type'] ) { 1442 1442 if ( empty($wp_query->comments_by_type) ) 1443 $wp_query->comments_by_type = &separate_comments($wp_query->comments);1443 $wp_query->comments_by_type = separate_comments($wp_query->comments); 1444 1444 if ( empty($wp_query->comments_by_type[$r['type']]) ) 1445 1445 return;
Note: See TracChangeset
for help on using the changeset viewer.