diff --git a/wp-admin/includes/class-wp-comments-list-table.php b/wp-admin/includes/class-wp-comments-list-table.php index 5326063868..2c1d1f5335 100644 --- a/wp-admin/includes/class-wp-comments-list-table.php +++ b/wp-admin/includes/class-wp-comments-list-table.php @@ -574,17 +574,10 @@ class WP_Comments_List_Table extends WP_List_Table { } /** - * - * @global string $comment_status - * * @param object $comment */ public function column_comment( $comment ) { - global $comment_status; - $post = get_post(); - $comment_url = esc_url( get_comment_link( $comment->comment_ID ) ); - $the_comment_status = wp_get_comment_status( $comment->comment_ID ); echo '