From 29e8c152f1ecfad4f481e45b141203d3105b720a Mon Sep 17 00:00:00 2001 From: Mel Choyce Date: Wed, 3 Oct 2018 19:46:51 +0000 Subject: [PATCH] List Table: Restore the List Table items property to allow Bulk Actions to be properly determined. This fixes the display of Bulk Actions where there exists only a single page of results. Props shaneeckert, jobthomas, dd32. Fixes #45028. git-svn-id: https://develop.svn.wordpress.org/trunk@43671 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/class-wp-comments-list-table.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/wp-admin/includes/class-wp-comments-list-table.php b/src/wp-admin/includes/class-wp-comments-list-table.php index 7d2068fc49..79f0b73473 100644 --- a/src/wp-admin/includes/class-wp-comments-list-table.php +++ b/src/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; ?>