Changeset 10944 for trunk/wp-admin/includes/plugin-install.php
- Timestamp:
- 04/16/2009 04:32:32 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/plugin-install.php
r10943 r10944 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 _ e('Tag') ?></option>163 <option value="tag"<?php selected('tag', $type) ?>><?php _x('Tag', 'Plugin Installer') ?></option> 164 164 </select> 165 165 <input type="text" name="s" value="<?php echo attribute_escape($term) ?>" />
Note: See TracChangeset
for help on using the changeset viewer.