mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-04 09:10:06 +00:00
Fade approved comments from moderated list. Props mdawaffe. fixes #6032
git-svn-id: https://develop.svn.wordpress.org/trunk@7098 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -592,7 +592,7 @@ function _wp_get_comment_list( $status = '', $s = false, $start, $num ) {
|
||||
return array($comments, $total);
|
||||
}
|
||||
|
||||
function _wp_comment_row( $comment_id, $mode, $checkbox = true ) {
|
||||
function _wp_comment_row( $comment_id, $mode, $comment_status, $checkbox = true ) {
|
||||
global $comment, $post;
|
||||
$comment = get_comment( $comment_id );
|
||||
$post = get_post($comment->comment_post_ID);
|
||||
|
||||
Reference in New Issue
Block a user