Make WordPress Core


Ignore:
Timestamp:
05/12/2009 10:40:56 PM (16 years ago)
Author:
markjaquith
Message:

Use a semantic class name for text targeted to screen readers. props filosofo. fixes #9791

File:
1 edited

Legend:

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

    r11231 r11312  
    176176
    177177<p class="search-box">
    178     <label class="invisible" for="comment-search-input"><?php _e( 'Search Comments' ); ?>:</label>
     178    <label class="screen-reader-text" for="comment-search-input"><?php _e( 'Search Comments' ); ?>:</label>
    179179    <input type="text" id="comment-search-input" name="s" value="<?php _admin_search_query(); ?>" />
    180180    <input type="submit" value="<?php esc_attr_e( 'Search Comments' ); ?>" class="button" />
Note: See TracChangeset for help on using the changeset viewer.