Make WordPress Core


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

s/attribute_escape/attr/. see #9650

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/category-template.php

    r11037 r11109  
    662662        $tag_id = isset($tags[ $key ]->id) ? $tags[ $key ]->id : $key;
    663663        $tag_name = $tags[ $key ]->name;
    664         $a[] = "<a href='$tag_link' class='tag-link-$tag_id' title='" . attribute_escape( $topic_count_text_callback( $count ) ) . "'$rel style='font-size: " .
     664        $a[] = "<a href='$tag_link' class='tag-link-$tag_id' title='" . attr( $topic_count_text_callback( $count ) ) . "'$rel style='font-size: " .
    665665            ( $smallest + ( ( $count - $min_count ) * $font_step ) )
    666666            . "$unit;'>$tag_name</a>";
Note: See TracChangeset for help on using the changeset viewer.