Changeset 23888
- Timestamp:
- 04/03/2013 03:55:05 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/category-template.php
r23741 r23888 672 672 $tag_id = isset($tags[ $key ]->id) ? $tags[ $key ]->id : $key; 673 673 $tag_name = $tags[ $key ]->name; 674 $a[] = "<a href='$tag_link' class='tag-link-$tag_id' title='" . esc_attr( call_user_func( $topic_count_text_callback, $real_count, $tag _id, $args ) ) . "' style='font-size: " .674 $a[] = "<a href='$tag_link' class='tag-link-$tag_id' title='" . esc_attr( call_user_func( $topic_count_text_callback, $real_count, $tag, $args ) ) . "' style='font-size: " . 675 675 str_replace( ',', '.', ( $smallest + ( ( $count - $min_count ) * $font_step ) ) ) 676 676 . "$unit;'>$tag_name</a>";
Note: See TracChangeset
for help on using the changeset viewer.