Remove extra search box

git-svn-id: https://develop.svn.wordpress.org/trunk@6735 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-02-05 21:29:50 +00:00
parent 5ececb8f8b
commit 942d1d773a
1 changed files with 0 additions and 4 deletions

View File

@ -85,10 +85,6 @@ unset($status_links);
?>
</ul>
<fieldset><legend><?php _e('Search terms&hellip;'); ?></legend>
<input type="text" name="s" id="s" value="<?php the_search_query(); ?>" size="17" />
</fieldset>
<fieldset><legend><?php _e('Status&hellip;'); ?></legend>
<select name='post_status'>
<option<?php selected( @$_GET['post_status'], 0 ); ?> value='0'><?php _e('Any'); ?></option>