WordPress/wp-includes/widgets
Weston Ruter 048ac7df67 Widgets: Improve theme styling compatibility for Custom HTML widget by adding container with textwidget class.
The same styling from the Text widget should apply to the Custom HTML widget since users are expected to copy HTML from the (legacy) Text widget into the latter.

Amends [40893].
See #40907.
Fixes #41392.

Built from https://develop.svn.wordpress.org/trunk@41115


git-svn-id: http://core.svn.wordpress.org/trunk@40955 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2017-07-21 18:13:45 +00:00
..
class-wp-nav-menu-widget.php Docs: Correct various documentation around object and stdClass types. 2016-08-26 16:49:45 +00:00
class-wp-widget-archives.php Widgets: Revert [40251] pending more accessible solution for showing default widget titles rather than using placeholders. 2017-05-19 20:45:40 +00:00
class-wp-widget-calendar.php Customize: Require opt-in for selective refresh of widgets. 2016-03-21 21:59:29 +00:00
class-wp-widget-categories.php Widgets: Revert [40251] pending more accessible solution for showing default widget titles rather than using placeholders. 2017-05-19 20:45:40 +00:00
class-wp-widget-custom-html.php Widgets: Improve theme styling compatibility for Custom HTML widget by adding container with textwidget class. 2017-07-21 18:13:45 +00:00
class-wp-widget-links.php Docs: Standardize hook docs in wp-includes/widgets/* to use third-person singular verbs per the inline documentation standards for PHP. 2016-05-22 18:06:28 +00:00
class-wp-widget-media-audio.php Widgets: Supply missing descriptions for instance schema fields in media widgets. 2017-05-25 02:59:44 +00:00
class-wp-widget-media-image.php Default themes: Improve styles for 4.8 widgets 2017-05-25 15:19:42 +00:00
class-wp-widget-media-video.php Media: Restrict appending loop parameter to Vimeo URLs specifically and not all external URLs in Video widget (via shortcode). 2017-06-09 19:29:43 +00:00
class-wp-widget-media.php Widgets: Enqueue assets needed by media and text widgets in their _register_one() methods. 2017-07-11 22:47:43 +00:00
class-wp-widget-meta.php Widgets: Revert [40251] pending more accessible solution for showing default widget titles rather than using placeholders. 2017-05-19 20:45:40 +00:00
class-wp-widget-pages.php Widgets: Revert [40251] pending more accessible solution for showing default widget titles rather than using placeholders. 2017-05-19 20:45:40 +00:00
class-wp-widget-recent-comments.php Widgets: Revert [40251] pending more accessible solution for showing default widget titles rather than using placeholders. 2017-05-19 20:45:40 +00:00
class-wp-widget-recent-posts.php Widgets: Revert [40251] pending more accessible solution for showing default widget titles rather than using placeholders. 2017-05-19 20:45:40 +00:00
class-wp-widget-rss.php Customize: Require opt-in for selective refresh of widgets. 2016-03-21 21:59:29 +00:00
class-wp-widget-search.php Customize: Require opt-in for selective refresh of widgets. 2016-03-21 21:59:29 +00:00
class-wp-widget-tag-cloud.php Widgets: Remove the title attributes used in the Tag cloud widget. 2017-05-22 20:24:41 +00:00
class-wp-widget-text.php Widgets: Replace adding balanceTags on widget_custom_html_content filter in favor of just applying widget_text filters in the Custom HTML widget. 2017-07-18 22:11:44 +00:00