Ticket #9746: 9746.patch
| File 9746.patch, 860 bytes (added by , 17 years ago) |
|---|
-
wp-admin/includes/plugin-install.php
160 160 <select name="type" id="typeselector"> 161 161 <option value="term"<?php selected('term', $type) ?>><?php _e('Term') ?></option> 162 162 <option value="author"<?php selected('author', $type) ?>><?php _e('Author') ?></option> 163 <option value="tag"<?php selected('tag', $type) ?>><?php _x('Tag', 'Plugin Installer') ?></option>163 <option value="tag"<?php selected('tag', $type) ?>><?php echo _x('Tag', 'Plugin Installer') ?></option> 164 164 </select> 165 165 <input type="text" name="s" value="<?php echo esc_attr($term) ?>" /> 166 166 <label class="invisible" for="plugin-search-input"><?php _e('Search Plugins'); ?></label>