Make WordPress Core


Ignore:
Timestamp:
05/05/2009 07:43:53 PM (15 years ago)
Author:
markjaquith
Message:

_a(), _ea(), _xa(), attr() are now esc_attr(), esc_attr_e(), esc_attr_x(), esc_attr() -- still short, but less cryptic. see #9650

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/classic/sidebar.php

    r11173 r11204  
    1919    <div>
    2020        <input type="text" name="s" id="s" size="15" /><br />
    21         <input type="submit" value="<?php _ea('Search'); ?>" />
     21        <input type="submit" value="<?php esc_attr_e('Search'); ?>" />
    2222    </div>
    2323    </form>
Note: See TracChangeset for help on using the changeset viewer.