Remove extra search box
git-svn-id: http://svn.automattic.com/wordpress/trunk@6735 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5dcc0398af
commit
057c2dfccf
|
@ -85,10 +85,6 @@ unset($status_links);
|
|||
?>
|
||||
</ul>
|
||||
|
||||
<fieldset><legend><?php _e('Search terms…'); ?></legend>
|
||||
<input type="text" name="s" id="s" value="<?php the_search_query(); ?>" size="17" />
|
||||
</fieldset>
|
||||
|
||||
<fieldset><legend><?php _e('Status…'); ?></legend>
|
||||
<select name='post_status'>
|
||||
<option<?php selected( @$_GET['post_status'], 0 ); ?> value='0'><?php _e('Any'); ?></option>
|
||||
|
|
Loading…
Reference in New Issue