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

    r11307 r11312  
    426426<form method="get" action="">
    427427<p class="search-box">
    428     <label class="invisible" for="plugin-search-input"><?php _e( 'Search Plugins' ); ?>:</label>
     428    <label class="screen-reader-text" for="plugin-search-input"><?php _e( 'Search Plugins' ); ?>:</label>
    429429    <input type="text" id="plugin-search-input" name="s" value="<?php _admin_search_query(); ?>" />
    430430    <input type="submit" value="<?php esc_attr_e( 'Search Plugins' ); ?>" class="button" />
Note: See TracChangeset for help on using the changeset viewer.