Make WordPress Core


Ignore:
Timestamp:
05/04/2009 09:28:58 PM (17 years ago)
Author:
ryan
Message:

Use invisible class for hiding labels and legends.

File:
1 edited

Legend:

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

    r11173 r11180  
    31633163                <input type="hidden" name="affected" id="affected" value="" />
    31643164                <?php wp_nonce_field( 'find-posts', '_ajax_nonce', false ); ?>
    3165                 <label class="hidden" for="find-posts-input"><?php _e( 'Search' ); ?></label>
     3165                <label class="invisible" for="find-posts-input"><?php _e( 'Search' ); ?></label>
    31663166                <input type="text" id="find-posts-input" name="ps" value="" />
    31673167                <input type="button" onclick="findPosts.send();" value="<?php _ea( 'Search' ); ?>" class="button" /><br />
Note: See TracChangeset for help on using the changeset viewer.