Make widget search a search box.
git-svn-id: http://svn.automattic.com/wordpress/trunk@8840 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e5e0bd4710
commit
a6c8285e2d
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue