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

    r11104 r11109  
    475475        $level++;
    476476    }
    477     $cat_full_name = attribute_escape($cat_full_name);
     477    $cat_full_name = attr($cat_full_name);
    478478
    479479    $x = new WP_Ajax_Response( array(
     
    553553
    554554    $tag_full_name = $tag->name;
    555     $tag_full_name = attribute_escape($tag_full_name);
     555    $tag_full_name = attr($tag_full_name);
    556556
    557557    $x = new WP_Ajax_Response( array(
Note: See TracChangeset for help on using the changeset viewer.