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 '
'; $this->column_author( $comment ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 41e11eba98..f96c2d13dd 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-alpha-32735'; +$wp_version = '4.3-alpha-32736'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.