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:
scribu
2010-08-19 20:10:28 +00:00
parent b8eb1b6863
commit c016d150ef
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -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();