Label colonectomy

git-svn-id: http://svn.automattic.com/wordpress/trunk@8839 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2008-09-06 06:56:56 +00:00
parent c76e69d644
commit e5e0bd4710
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>