mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Use invisible class for hiding labels and legends.
git-svn-id: https://develop.svn.wordpress.org/trunk@11180 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -169,7 +169,7 @@ endif;
|
||||
</ul>
|
||||
|
||||
<p class="search-box">
|
||||
<label class="hidden" for="page-search-input"><?php _e( 'Search Pages' ); ?>:</label>
|
||||
<label class="invisible" for="page-search-input"><?php _e( 'Search Pages' ); ?>:</label>
|
||||
<input type="text" id="page-search-input" name="s" value="<?php _admin_search_query(); ?>" />
|
||||
<input type="submit" value="<?php _ea( 'Search Pages' ); ?>" class="button" />
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user