Make WordPress Core


Ignore:
Timestamp:
05/04/2009 09:28:58 PM (16 years ago)
Author:
ryan
Message:

Use invisible class for hiding labels and legends.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit.php

    r11137 r11180  
    165165
    166166<p class="search-box">
    167     <label class="hidden" for="post-search-input"><?php _e( 'Search Posts' ); ?>:</label>
     167    <label class="invisible" for="post-search-input"><?php _e( 'Search Posts' ); ?>:</label>
    168168    <input type="text" id="post-search-input" name="s" value="<?php the_search_query(); ?>" />
    169169    <input type="submit" value="<?php _ea( 'Search Posts' ); ?>" class="button" />
Note: See TracChangeset for help on using the changeset viewer.