Make WordPress Core


Ignore:
Timestamp:
05/12/2009 10:40:56 PM (15 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-tags.php

    r11204 r11312  
    159159<form class="search-form" action="" method="get">
    160160<p class="search-box">
    161     <label class="invisible" for="tag-search-input"><?php _e( 'Search Tags' ); ?>:</label>
     161    <label class="screen-reader-text" for="tag-search-input"><?php _e( 'Search Tags' ); ?>:</label>
    162162    <input type="text" id="tag-search-input" name="s" value="<?php _admin_search_query(); ?>" />
    163163    <input type="submit" value="<?php esc_attr_e( 'Search Tags' ); ?>" class="button" />
Note: See TracChangeset for help on using the changeset viewer.