From 0ec6056e4021e5f89615b023c5e0f7dd8bdbfe9c Mon Sep 17 00:00:00 2001 From: Mel Choyce Date: Wed, 3 Oct 2018 21:12:24 +0000 Subject: [PATCH] List Table: Fix formatting issue introduced in r43671. Props dd32. See #45028. Built from https://develop.svn.wordpress.org/trunk@43672 git-svn-id: http://core.svn.wordpress.org/trunk@43501 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/class-wp-comments-list-table.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-admin/includes/class-wp-comments-list-table.php b/wp-admin/includes/class-wp-comments-list-table.php index 79f0b73473..df95e1de11 100644 --- a/wp-admin/includes/class-wp-comments-list-table.php +++ b/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; diff --git a/wp-includes/version.php b/wp-includes/version.php index 687a03c393..d5b8870ef8 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-43671'; +$wp_version = '5.0-alpha-43672'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.