Whitespacing/coding standards cleanup for category-template.php

git-svn-id: http://svn.automattic.com/wordpress/trunk@8574 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
markjaquith 2008-08-06 21:01:46 +00:00
parent d40ac02f98
commit 17df697bef
1 changed files with 120 additions and 121 deletions

View File

@ -430,7 +430,6 @@ function wp_generate_tag_cloud( $tags, $args = '' ) {
$tag_link = clean_url( $tags[ $key ]->link );
$tag_id = $tags[ $key ]->id;
$tag_name = $tags[ $key ]->name;
$a[] = "<a href='$tag_link' class='tag-link-$tag_id' title='" . attribute_escape( sprintf( __ngettext( $single_text, $multiple_text, $count ), $count ) ) . "'$rel style='font-size: " .
( $smallest + ( ( $count - $min_count ) * $font_step ) )
. "$unit;'>$tag_name</a>";