mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user