Make WordPress Core


Ignore:
Timestamp:
04/28/2009 05:58:45 AM (16 years ago)
Author:
ryan
Message:

s/attribute_escape/attr/. see #9650

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/pluggable.php

    r11057 r11109  
    15001500        $safe_alt = '';
    15011501    else
    1502         $safe_alt = attribute_escape( $alt );
     1502        $safe_alt = attr( $alt );
    15031503
    15041504    if ( !is_numeric($size) )
Note: See TracChangeset for help on using the changeset viewer.