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

git-svn-id: https://develop.svn.wordpress.org/trunk@9868 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2008-11-25 02:41:54 +00:00
parent 3913ff435e
commit 85128c9da6
4 changed files with 5 additions and 8 deletions

View File

@@ -465,7 +465,7 @@ case 'add-comment' :
foreach ( (array) $comments as $comment ) {
get_comment( $comment );
ob_start();
_wp_comment_row( $comment->comment_ID, $mode, $status );
_wp_comment_row( $comment->comment_ID, $mode, $status, true, true );
$comment_list_item = ob_get_contents();
ob_end_clean();
$x->add( array(