Make WordPress Core


Ignore:
Timestamp:
10/04/2012 06:21:47 PM (12 years ago)
Author:
ryan
Message:

Avoid 'Only variables should be assigned by reference' warning. Props wonderboymusic. see #21865

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/comment-template.php

    r21735 r22114  
    895895
    896896    if ( $separate_comments ) {
    897         $wp_query->comments_by_type = &separate_comments($comments);
     897        $wp_query->comments_by_type = separate_comments($comments);
    898898        $comments_by_type = &$wp_query->comments_by_type;
    899899    }
Note: See TracChangeset for help on using the changeset viewer.