Make WordPress Core


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

s/attribute_escape/attr/. see #9650

File:
1 edited

Legend:

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

    r10414 r11109  
    6060
    6161        if ( isset( $_GET['name'] ) )
    62                 $link->link_name = attribute_escape( $_GET['name']);
     62                $link->link_name = attr( $_GET['name']);
    6363        else
    6464                $link->link_name = '';
Note: See TracChangeset for help on using the changeset viewer.