Make WordPress Core


Ignore:
Timestamp:
11/25/2008 02:41:54 AM (15 years ago)
Author:
azaozz
Message:

Fix QE and Reply actions on comments that come in via infinite comment stream

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/admin-ajax.php

    r9759 r9868  
    466466        get_comment( $comment );
    467467        ob_start();
    468             _wp_comment_row( $comment->comment_ID, $mode, $status );
     468            _wp_comment_row( $comment->comment_ID, $mode, $status, true, true );
    469469            $comment_list_item = ob_get_contents();
    470470        ob_end_clean();
Note: See TracChangeset for help on using the changeset viewer.