Skip to content

Commit 3da3960

Browse files
committed
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
1 parent f842407 commit 3da3960

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wp-includes/default-widgets.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1013,7 +1013,7 @@ function widget( $args, $instance ) {
10131013
echo $before_widget;
10141014
if ( $title )
10151015
echo $before_title . $title . $after_title;
1016-
echo '<div>';
1016+
echo '<div class="tagcloud">';
10171017
wp_tag_cloud( apply_filters('widget_tag_cloud_args', array('taxonomy' => $current_taxonomy) ) );
10181018
echo "</div>\n";
10191019
echo $after_widget;

0 commit comments

Comments
 (0)