diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index 402cc34cb2..eb5ff41555 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -2123,15 +2123,17 @@ function _wp_comment_row( $comment_id, $mode, $comment_status, $checkbox = true, echo '
'; printf(__('Submitted on %2$s at %3$s'), get_comment_link($comment->comment_ID), get_comment_date(__('Y/m/d')), get_comment_date(__('g:ia'))); echo '
'; - comment_text(); ?> + comment_text(); + if ( $user_can ) { ?>