Make WordPress Core


Ignore:
Timestamp:
05/05/2009 07:43:53 PM (16 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-includes/pluggable.php

    r11147 r11204  
    15131513        $safe_alt = '';
    15141514    else
    1515         $safe_alt = attr( $alt );
     1515        $safe_alt = esc_attr( $alt );
    15161516
    15171517    if ( !is_numeric($size) )
Note: See TracChangeset for help on using the changeset viewer.