diff --git a/wp-includes/category-template.php b/wp-includes/category-template.php index e45734abbb..d9be6d1aa9 100644 --- a/wp-includes/category-template.php +++ b/wp-includes/category-template.php @@ -671,7 +671,7 @@ function wp_generate_tag_cloud( $tags, $args = '' ) { $tag_link = '#' != $tag->link ? esc_url( $tag->link ) : '#'; $tag_id = isset($tags[ $key ]->id) ? $tags[ $key ]->id : $key; $tag_name = $tags[ $key ]->name; - $a[] = "$tag_name"; }