From c0e3dc42d738e34289cb11a0b926953edd544f2e Mon Sep 17 00:00:00 2001 From: Peter Westwood Date: Fri, 12 Oct 2007 19:49:25 +0000 Subject: [PATCH] Translation fix for wp_tag_cloud(). Fixes #5131 props webrocker git-svn-id: https://develop.svn.wordpress.org/trunk@6227 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 cd8dbcb17e..6efea7ba2a 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"; }