Label colonectomy

git-svn-id: https://develop.svn.wordpress.org/trunk@8839 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-09-06 06:56:56 +00:00
parent 7ce9cef562
commit 96af4719ae
10 changed files with 10 additions and 10 deletions

View File

@@ -244,7 +244,7 @@ if ( isset($_GET['message']) && isset($messages[$_GET['message']]) ) : ?>
<h2><?php _e( 'Widgets' ); ?></h2>
<p id="widget-search">
<label class="hidden" for="widget-search-input"><?php _e( 'Search Widgets' ); ?>:</label>
<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="submit" class="button" value="<?php _e( 'Search Widgets' ); ?>" />
</p>