Back to one form so filters stack

git-svn-id: https://develop.svn.wordpress.org/trunk@9331 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-10-24 19:56:44 +00:00
parent b8b68fb195
commit d77e7d4883
1 changed files with 1 additions and 4 deletions

View File

@ -126,6 +126,7 @@ if ( (int) $_GET['locked'] ) {
<div class="wrap">
<h2><?php echo wp_specialchars( $title ); ?></h2>
<form id="posts-filter" action="" method="get">
<ul class="subsubsub">
<?php
if ( empty($locked_post_status) ) :
@ -153,15 +154,11 @@ endif;
?>
</ul>
<form class="search-form" action="" method="get">
<p class="search-box">
<label class="hidden" for="post-search-input"><?php _e( 'Search Posts' ); ?>:</label>
<input type="text" class="search-input" id="post-search-input" name="s" value="<?php the_search_query(); ?>" />
<input type="submit" value="<?php _e( 'Search Posts' ); ?>" class="button-primary" />
</p>
</form>
<form id="posts-filter" action="" method="get">
<?php if ( isset($_GET['post_status'] ) ) : ?>
<input type="hidden" name="post_status" value="<?php echo attribute_escape($_GET['post_status']) ?>" />