Changeset 14647 for trunk/wp-admin/includes/plugin-install.php
- Timestamp:
- 05/14/2010 09:46:25 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/plugin-install.php
r14374 r14647 170 170 <option value="term"<?php selected('term', $type) ?>><?php _e('Term'); ?></option> 171 171 <option value="author"<?php selected('author', $type) ?>><?php _e('Author'); ?></option> 172 <option value="tag"<?php selected('tag', $type) ?>><?php echo _x('Tag', 'Plugin Installer'); ?></option>172 <option value="tag"<?php selected('tag', $type) ?>><?php _ex('Tag', 'Plugin Installer'); ?></option> 173 173 </select> 174 174 <input type="text" name="s" value="<?php echo esc_attr($term) ?>" />
Note: See TracChangeset
for help on using the changeset viewer.