Make WordPress Core


Ignore:
Timestamp:
05/04/2009 05:54:08 PM (17 years ago)
Author:
ryan
Message:

Attr escaping

File:
1 edited

Legend:

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

    r11152 r11173  
    214214        <label class="hidden" for="pluginzip"><?php _e('Plugin zip file'); ?></label>
    215215        <input type="file" id="pluginzip" name="pluginzip" />
    216         <input type="submit" class="button" value="<?php _e('Install Now') ?>" />
     216        <input type="submit" class="button" value="<?php _ea('Install Now') ?>" />
    217217    </form>
    218218<?php
Note: See TracChangeset for help on using the changeset viewer.