From cd574077c81df873aaefebef3db28a9b8b658a6b Mon Sep 17 00:00:00 2001 From: Mel Choyce Date: Wed, 3 Oct 2018 21:11:16 +0000 Subject: [PATCH] List Table: Fix formatting issue introduced in r43671. Props dd32. See #45028. git-svn-id: https://develop.svn.wordpress.org/trunk@43672 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/class-wp-comments-list-table.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 79f0b73473..df95e1de11 100644 --- a/src/wp-admin/includes/class-wp-comments-list-table.php +++ b/src/wp-admin/includes/class-wp-comments-list-table.php @@ -509,10 +509,10 @@ class WP_Comments_List_Table extends WP_List_Table { items; + $items = $this->items; $this->items = $this->extra_items; $this->display_rows_or_placeholder(); $this->items = $items;