Add class to Tag Cloud widget div. props djzone. fixes #12602
git-svn-id: http://svn.automattic.com/wordpress/trunk@16694 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9edf7af6b4
commit
f2d1e78ec6
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue