Changeset 8281 for trunk/wp-includes/category-template.php
- Timestamp:
- 07/08/2008 12:14:06 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/category-template.php
r8131 r8281 416 416 $tag_id = $tag_ids[$tag]; 417 417 $tag_link = clean_url($tag_links[$tag]); 418 $tag = str_replace(' ', ' ', wp_specialchars( $tag ));419 418 $a[] = "<a href='$tag_link' class='tag-link-$tag_id' title='" . attribute_escape( sprintf( __ngettext('%d topic','%d topics',$count), $count ) ) . "'$rel style='font-size: " . 420 419 ( $smallest + ( ( $count - $min_count ) * $font_step ) )
Note: See TracChangeset
for help on using the changeset viewer.