Make widget search a search box.

git-svn-id: https://develop.svn.wordpress.org/trunk@8840 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood 2008-09-06 07:11:17 +00:00
parent 96af4719ae
commit 7eef4199e6
1 changed files with 2 additions and 2 deletions

View File

@ -243,9 +243,9 @@ if ( isset($_GET['message']) && isset($messages[$_GET['message']]) ) : ?>
<form id="widgets-filter" action="" method="get">
<h2><?php _e( 'Widgets' ); ?></h2>
<p id="widget-search">
<p id="widget-search" class="search-box">
<label class="hidden" for="widget-search-input"><?php _e( 'Search Widgets' ); ?></label>
<input type="text" id="widget-search-input" name="s" value="<?php echo attribute_escape( $widget_search ); ?>" />
<input type="text" id="widget-search-input" class="search-input" name="s" value="<?php echo attribute_escape( $widget_search ); ?>" />
<input type="submit" class="button" value="<?php _e( 'Search Widgets' ); ?>" />
</p>