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

View File

@ -209,7 +209,7 @@ $_SERVER['REQUEST_URI'] = remove_query_arg( array('locked', 'skipped', 'updated'
</p></div> </p></div>
<?php } ?> <?php } ?>
<form id="posts-filter" action="" method="post"> <form id="posts-filter" action="" method="get">
<ul class="subsubsub"> <ul class="subsubsub">
<?php <?php

View File

@ -526,6 +526,8 @@ class WP_List_Table {
if ( $this->has_items() ) { if ( $this->has_items() ) {
$this->display_table(); $this->display_table();
} else { } else {
echo '<br class="clear">';
$this->extra_tablenav( 'top' );
echo '<br class="clear">'; echo '<br class="clear">';
echo '<p>'; echo '<p>';
$this->no_items(); $this->no_items();