Wrap tag cloud in a block element, props hudatoriq, fixes #7905
git-svn-id: https://develop.svn.wordpress.org/trunk@11199 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
63e38ce6a2
commit
2091edf9e1
@ -980,7 +980,9 @@ class WP_Widget_Tag_Cloud extends WP_Widget {
|
||||
echo $before_widget;
|
||||
if ( $title )
|
||||
echo $before_title . $title . $after_title;
|
||||
echo '<div>';
|
||||
wp_tag_cloud();
|
||||
echo "</div>\n";
|
||||
echo $after_widget;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user