Make WordPress Core


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

Attr escaping

File:
1 edited

Legend:

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

    r11109 r11173  
    160160    </select>
    161161    <input type="text" name="s" size="30" value="<?php echo attr($term) ?>" />
    162     <input type="submit" name="search" value="<?php echo attr(__('Search')); ?>" class="button" />
     162    <input type="submit" name="search" value="<?php _ea('Search'); ?>" class="button" />
    163163</form>
    164164<?php
     
    219219</div>
    220220<br class="clear" />
    221 <input type="submit" name="search" value="<?php echo attr(__('Find Themes')); ?>" class="button" />
     221<input type="submit" name="search" value="<?php _ea('Find Themes'); ?>" class="button" />
    222222</form>
    223223<?php
     
    282282    <input type="file" name="themezip" />
    283283    <input type="submit"
    284     class="button" value="<?php _e('Install Now') ?>" />
     284    class="button" value="<?php _ea('Install Now') ?>" />
    285285</form>
    286286    <?php
Note: See TracChangeset for help on using the changeset viewer.