Changeset 11204 for trunk/wp-includes/category-template.php
- Timestamp:
- 05/05/2009 07:43:53 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/category-template.php
r11158 r11204 663 663 $tag_id = isset($tags[ $key ]->id) ? $tags[ $key ]->id : $key; 664 664 $tag_name = $tags[ $key ]->name; 665 $a[] = "<a href='$tag_link' class='tag-link-$tag_id' title='" . attr( $topic_count_text_callback( $count ) ) . "'$rel style='font-size: " .665 $a[] = "<a href='$tag_link' class='tag-link-$tag_id' title='" . esc_attr( $topic_count_text_callback( $count ) ) . "'$rel style='font-size: " . 666 666 ( $smallest + ( ( $count - $min_count ) * $font_step ) ) 667 667 . "$unit;'>$tag_name</a>";
Note: See TracChangeset
for help on using the changeset viewer.