Changeset 11109 for trunk/wp-includes/category-template.php
- Timestamp:
- 04/28/2009 05:58:45 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/category-template.php
r11037 r11109 662 662 $tag_id = isset($tags[ $key ]->id) ? $tags[ $key ]->id : $key; 663 663 $tag_name = $tags[ $key ]->name; 664 $a[] = "<a href='$tag_link' class='tag-link-$tag_id' title='" . attr ibute_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: " . 665 665 ( $smallest + ( ( $count - $min_count ) * $font_step ) ) 666 666 . "$unit;'>$tag_name</a>";
Note: See TracChangeset
for help on using the changeset viewer.