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

    r7745 r7883  
    6363
    6464<p id="post-search">
     65    <label class="hidden" for="post-search-input"><?php _e( 'Search Categories' ); ?>:</label>
    6566    <input type="text" id="post-search-input" name="s" value="<?php echo attribute_escape(stripslashes($_GET['s'])); ?>" />
    6667    <input type="submit" value="<?php _e( 'Search Categories' ); ?>" class="button" />
Note: See TracChangeset for help on using the changeset viewer.