Make WordPress Core


Ignore:
Timestamp:
04/16/2009 04:32:32 PM (15 years ago)
Author:
ryan
Message:

Add context to string. Props Viper007Bond. fixes #9507

File:
1 edited

Legend:

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

    r10943 r10944  
    161161            <option value="term"<?php selected('term', $type) ?>><?php _e('Term') ?></option>
    162162            <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>
    164164        </select>
    165165        <input type="text" name="s" value="<?php echo attribute_escape($term) ?>" />
Note: See TracChangeset for help on using the changeset viewer.