Make WordPress Core

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#18377 closed enhancement (wontfix)

Improving 'Tag cloud' widget

Reported by: chengineer's profile chengineer 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)

#1 @chengineer
14 years ago

  • Summary changed from Improve 'Tag cloud' widget to Improving 'Tag cloud' widget

#2 @scribu
14 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to wontfix
  • Status changed from new to closed

Overflow issues should be handled in the theme's CSS, not by adding <br> tags.

#3 @chengineer
14 years ago

Thank for comment. I'll check my theme. Even now for all new WP update I need to add that "<br>" 'cause my widgets joint.

Note: See TracTickets for help on using tickets.