Resurrect Search Pages button

git-svn-id: https://develop.svn.wordpress.org/trunk@8836 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-09-06 06:49:25 +00:00
parent c3d87db6a0
commit 3466ed6411
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@ endif;
<p id="page-search" class="search-box">
<label class="hidden" for="page-search-input"><?php _e( 'Search Pages' ); ?>:</label>
<input type="text" id="page-search-input" name="s" value="<?php the_search_query(); ?>" />
<input type="submit" value="<?php _e( 'Search Pages' ); ?>" class="button" />
</p>
<div class="tablenav">