Make WordPress Core


Ignore:
Timestamp:
05/04/2008 10:37:06 AM (17 years ago)
Author:
westi
Message:

Associate lables with form fields. Fixes #6859 props MarcoZ.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/media.php

    r7874 r7883  
    960960
    961961<div id="search-filter">
     962    <label class="hidden" for="post-search-input"><?php _e('Search Media');?>:</label>
    962963    <input type="text" id="post-search-input" name="s" value="<?php the_search_query(); ?>" />
    963964    <input type="submit" value="<?php echo attribute_escape( __( 'Search Media' ) ); ?>" class="button" />
Note: See TracChangeset for help on using the changeset viewer.