#18377 closed enhancement (wontfix)
Improving 'Tag cloud' widget
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Widgets | Keywords: | |
Focuses: | Cc: |
Description
I suggest to replace the line 1013 of /wp-includes/default-widgets.php
echo "</div>\n";
by
echo "</div><br>\n";
A new line <br> improves the page design when Tag cloud widget is active with other widgets. Otherwise widgets below Tag cloud are shown joint.
Change History (3)
Note: See
TracTickets for help on using
tickets.
Overflow issues should be handled in the theme's CSS, not by adding <br> tags.