mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Show dropdowns filter even when JS is disabled. Props blepoxp. Fixes #14150
git-svn-id: https://develop.svn.wordpress.org/trunk@15511 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -526,6 +526,8 @@ class WP_List_Table {
|
||||
if ( $this->has_items() ) {
|
||||
$this->display_table();
|
||||
} else {
|
||||
echo '<br class="clear">';
|
||||
$this->extra_tablenav( 'top' );
|
||||
echo '<br class="clear">';
|
||||
echo '<p>';
|
||||
$this->no_items();
|
||||
|
||||
Reference in New Issue
Block a user