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-comments.php

    r11109 r11180  
    181181
    182182<p class="search-box">
    183     <label class="hidden" for="comment-search-input"><?php _e( 'Search Comments' ); ?>:</label>
     183    <label class="invisible" for="comment-search-input"><?php _e( 'Search Comments' ); ?>:</label>
    184184    <input type="text" id="comment-search-input" name="s" value="<?php _admin_search_query(); ?>" />
    185185    <input type="submit" value="<?php _ea( 'Search Comments' ); ?>" class="button" />
Note: See TracChangeset for help on using the changeset viewer.