Ticket #5645: const_cloud_size.diff
| File const_cloud_size.diff, 715 bytes (added by , 19 years ago) |
|---|
-
wp-includes/category-template.php
377 377 $tag_link = clean_url($tag_links[$tag]); 378 378 $tag = str_replace(' ', ' ', wp_specialchars( $tag )); 379 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 ( $smallest + ( ( $count - $min_count ) * $font_step) )380 ($smallest == $largest ? $smallest : ( $smallest + ( ( $count - $min_count ) * $font_step ) ) ) 381 381 . "$unit;'>$tag</a>"; 382 382 } 383 383
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)