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-admin/includes/taxonomy.php

    r10906 r11109  
    223223        $tag_names[] = $tag->name;
    224224    $tags_to_edit = join( ',', $tag_names );
    225     $tags_to_edit = attribute_escape( $tags_to_edit );
     225    $tags_to_edit = attr( $tags_to_edit );
    226226    $tags_to_edit = apply_filters( 'terms_to_edit', $tags_to_edit, $taxonomy );
    227227
Note: See TracChangeset for help on using the changeset viewer.