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/theme.php

    r11061 r11109  
    933933    if ( 0 === strpos($link, 'preview=1') )
    934934        $link = "?$link";
    935     return $matches[1] . attribute_escape( $link ) . $matches[4];
     935    return $matches[1] . attr( $link ) . $matches[4];
    936936}
    937937
Note: See TracChangeset for help on using the changeset viewer.