Make WordPress Core

Ticket #9507: 9507.patch

File 9507.patch, 876 bytes (added by Viper007Bond, 17 years ago)

Add "Tag" translation context

  • wp-admin/includes/plugin-install.php

     
    160160                <select name="type" id="typeselector">
    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 _c('Tag|PluginInstaller') ?></option>
    164164                </select>
    165165                <input type="text" name="s" class="search-input" value="<?php echo attribute_escape($term) ?>" />
    166166                <input type="submit" name="search" value="<?php echo attribute_escape(__('Search')) ?>" class="button" />