Make WordPress Core


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

Use invisible class for hiding labels and legends.

File:
1 edited

Legend:

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

    r11173 r11180  
    164164        </select>
    165165        <input type="text" name="s" value="<?php echo attr($term) ?>" />
    166         <label class="hidden" for="plugin-search-input"><?php _e('Search Plugins'); ?></label>
     166        <label class="invisible" for="plugin-search-input"><?php _e('Search Plugins'); ?></label>
    167167        <input type="submit" id="plugin-search-input" name="search" value="<?php _ea('Search Plugins') ?>" class="button" />
    168168    </form><?php
     
    212212    <form method="post" enctype="multipart/form-data" action="<?php echo admin_url('update.php?action=upload-plugin') ?>">
    213213        <?php wp_nonce_field( 'plugin-upload') ?>
    214         <label class="hidden" for="pluginzip"><?php _e('Plugin zip file'); ?></label>
     214        <label class="invisible" for="pluginzip"><?php _e('Plugin zip file'); ?></label>
    215215        <input type="file" id="pluginzip" name="pluginzip" />
    216216        <input type="submit" class="button" value="<?php _ea('Install Now') ?>" />
Note: See TracChangeset for help on using the changeset viewer.