Remove per page search boxes

git-svn-id: https://develop.svn.wordpress.org/trunk@8984 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-09-25 21:54:14 +00:00
parent 4a6d6c4cd2
commit aceb2047b4
9 changed files with 6 additions and 81 deletions

View File

@@ -123,8 +123,8 @@ do_action( 'adminmenu' );
<li>
<form class="search-form" action="<?php echo $pagenow ?>" method="get">
<p id="search" class="the-search-box">
<label class="hidden" for="tag-search-input"><?php _e( 'Search' ); ?></label>
<input type="text" size="15" id="tag-search-input" class="search-input" name="s" value="<?php the_search_query(); ?>" />
<label class="hidden" for="search-input"><?php _e( 'Search' ); ?></label>
<input type="text" size="15" id="search-input" class="search-input" name="s" value="<?php the_search_query(); ?>" />
<input type="submit" value="<?php _e( 'Search' ); ?>" class="button" />
</p>
</form>