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/categories.php

    r11204 r11312  
    143143<form class="search-form topmargin" action="" method="get">
    144144<p class="search-box">
    145     <label class="invisible" for="category-search-input"><?php _e('Search Categories'); ?>:</label>
     145    <label class="screen-reader-text" for="category-search-input"><?php _e('Search Categories'); ?>:</label>
    146146    <input type="text" id="category-search-input" name="s" value="<?php _admin_search_query(); ?>" />
    147147    <input type="submit" value="<?php esc_attr_e( 'Search Categories' ); ?>" class="button" />
Note: See TracChangeset for help on using the changeset viewer.