Add class to Tag Cloud widget div. props djzone. fixes #12602

git-svn-id: https://develop.svn.wordpress.org/trunk@16694 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith 2010-12-02 21:28:17 +00:00
parent f842407e05
commit 3da39609e4
1 changed files with 1 additions and 1 deletions

View File

@ -1013,7 +1013,7 @@ class WP_Widget_Tag_Cloud extends WP_Widget {
echo $before_widget;
if ( $title )
echo $before_title . $title . $after_title;
echo '<div>';
echo '<div class="tagcloud">';
wp_tag_cloud( apply_filters('widget_tag_cloud_args', array('taxonomy' => $current_taxonomy) ) );
echo "</div>\n";
echo $after_widget;