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:
parent
b8eb1b6863
commit
c016d150ef
@ -209,7 +209,7 @@ $_SERVER['REQUEST_URI'] = remove_query_arg( array('locked', 'skipped', 'updated'
|
||||
</p></div>
|
||||
<?php } ?>
|
||||
|
||||
<form id="posts-filter" action="" method="post">
|
||||
<form id="posts-filter" action="" method="get">
|
||||
|
||||
<ul class="subsubsub">
|
||||
<?php
|
||||
|
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user