Changeset 11312 for trunk/wp-admin/includes/plugin-install.php
- Timestamp:
- 05/12/2009 10:40:56 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/plugin-install.php
r11232 r11312 164 164 </select> 165 165 <input type="text" name="s" value="<?php echo esc_attr($term) ?>" /> 166 <label class=" invisible" for="plugin-search-input"><?php _e('Search Plugins'); ?></label>166 <label class="screen-reader-text" for="plugin-search-input"><?php _e('Search Plugins'); ?></label> 167 167 <input type="submit" id="plugin-search-input" name="search" value="<?php esc_attr_e('Search Plugins'); ?>" class="button" /> 168 168 </form><?php … … 212 212 <form method="post" enctype="multipart/form-data" action="<?php echo admin_url('update.php?action=upload-plugin') ?>"> 213 213 <?php wp_nonce_field( 'plugin-upload') ?> 214 <label class=" invisible" for="pluginzip"><?php _e('Plugin zip file'); ?></label>214 <label class="screen-reader-text" for="pluginzip"><?php _e('Plugin zip file'); ?></label> 215 215 <input type="file" id="pluginzip" name="pluginzip" /> 216 216 <input type="submit" class="button" value="<?php esc_attr_e('Install Now') ?>" />
Note: See TracChangeset
for help on using the changeset viewer.