From cd8dcf0046883169c65860800135eb255b3e4fbb Mon Sep 17 00:00:00 2001 From: westi Date: Fri, 12 Oct 2007 19:49:25 +0000 Subject: [PATCH] Translation fix for wp_tag_cloud(). Fixes #5131 props webrocker git-svn-id: http://svn.automattic.com/wordpress/trunk@6227 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/category-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/category-template.php b/wp-includes/category-template.php index cd8dbcb17..6efea7ba2 100644 --- a/wp-includes/category-template.php +++ b/wp-includes/category-template.php @@ -376,7 +376,7 @@ function wp_generate_tag_cloud( $tags, $args = '' ) { $tag_id = $tag_ids[$tag]; $tag_link = clean_url($tag_links[$tag]); $tag = str_replace(' ', ' ', wp_specialchars( $tag )); - $a[] = "$tag"; }