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
This commit is contained in:
parent
4cee2ae135
commit
0ec6056e40
|
@ -509,10 +509,10 @@ class WP_Comments_List_Table extends WP_List_Table {
|
|||
<tbody id="the-extra-comment-list" data-wp-lists="list:comment" style="display: none;">
|
||||
<?php
|
||||
/*
|
||||
* Back up the items to restore after printing the extra items markup.
|
||||
* Back up the items to restore after printing the extra items markup.
|
||||
* The extra items may be empty, which will prevent the table nav from displaying later.
|
||||
*/
|
||||
$items = $this->items;
|
||||
$items = $this->items;
|
||||
$this->items = $this->extra_items;
|
||||
$this->display_rows_or_placeholder();
|
||||
$this->items = $items;
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue