diff --git a/wp-admin/includes/class-wp-comments-list-table.php b/wp-admin/includes/class-wp-comments-list-table.php index f71e5fe82a..d3b582fc51 100644 --- a/wp-admin/includes/class-wp-comments-list-table.php +++ b/wp-admin/includes/class-wp-comments-list-table.php @@ -508,6 +508,8 @@ class WP_Comments_List_Table extends WP_List_Table { * @since 4.3.0 * @access protected * + * @global string $comment_status Status for the current listed comments. + * * @param object $comment Comment being acted upon. * @param string $column_name Current column name. * @param string $primary Primary column name. diff --git a/wp-includes/version.php b/wp-includes/version.php index 4d407f5737..5234a4c737 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-beta2-35489'; +$wp_version = '4.4-beta2-35490'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.