diff --git a/wp-admin/includes/class-wp-comments-list-table.php b/wp-admin/includes/class-wp-comments-list-table.php index 7d2068fc49..79f0b73473 100644 --- a/wp-admin/includes/class-wp-comments-list-table.php +++ b/wp-admin/includes/class-wp-comments-list-table.php @@ -508,8 +508,14 @@ class WP_Comments_List_Table extends WP_List_Table { items; $this->items = $this->extra_items; $this->display_rows_or_placeholder(); + $this->items = $items; ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index 5b48a3ce8b..687a03c393 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-43670'; +$wp_version = '5.0-alpha-43671'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.