Make WordPress Core


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

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

File:
1 edited

Legend:

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

    r7859 r7883  
    117117
    118118<p id="post-search">
     119    <label class="hidden" for="post-search-input"><?php _e( 'Search Comments' ); ?>:</label>
    119120    <input type="text" id="post-search-input" name="s" value="<?php echo $search; ?>" />
    120121    <input type="submit" value="<?php _e( 'Search Comments' ); ?>" class="button" />
Note: See TracChangeset for help on using the changeset viewer.