Show dropdowns filter even when JS is disabled. Props blepoxp. Fixes #14150

git-svn-id: http://svn.automattic.com/wordpress/trunk@15511 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
scribu 2010-08-19 20:10:28 +00:00
parent f01476fb54
commit d61363d755
2 changed files with 3 additions and 1 deletions

View File

@ -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

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();