Changeset 6227 for trunk/wp-includes/category-template.php
- Timestamp:
- 10/12/2007 07:49:25 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/category-template.php
r6125 r6227 377 377 $tag_link = clean_url($tag_links[$tag]); 378 378 $tag = str_replace(' ', ' ', wp_specialchars( $tag )); 379 $a[] = "<a href='$tag_link' class='tag-link-$tag_id' title='" . attribute_escape( sprintf( __ ('%d topics'), $count ) ) . "'$rel style='font-size: " .379 $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: " . 380 380 ( $smallest + ( ( $count - $min_count ) * $font_step ) ) 381 381 . "$unit;'>$tag</a>";
Note: See TracChangeset
for help on using the changeset viewer.