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

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