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/media.php

    r11173 r11180  
    13511351<?php do_action('pre-html-upload-ui'); ?>
    13521352    <p id="async-upload-wrap">
    1353     <label class="hidden" for="async-upload"><?php _e('Upload'); ?></label>
     1353    <label class="invisible" for="async-upload"><?php _e('Upload'); ?></label>
    13541354    <input type="file" name="async-upload" id="async-upload" /> <input type="submit" class="button" name="html-upload" value="<?php _ea('Upload'); ?>" /> <a href="#" onclick="return top.tb_remove();"><?php _e('Cancel'); ?></a>
    13551355    </p>
     
    17071707
    17081708<p id="media-search" class="search-box">
    1709     <label class="hidden" for="media-search-input"><?php _e('Search Media');?>:</label>
     1709    <label class="invisible" for="media-search-input"><?php _e('Search Media');?>:</label>
    17101710    <input type="text" id="media-search-input" name="s" value="<?php the_search_query(); ?>" />
    17111711    <input type="submit" value="<?php _ea( 'Search Media' ); ?>" class="button" />
Note: See TracChangeset for help on using the changeset viewer.