WordPress/wp-includes/widgets
Weston Ruter 37cbe7add1 Widgets: Enqueue assets needed by media and text widgets in their _register_one() methods.
The `WP_Widget::_register_one()` method is more guaranteed to be called as opposed to its wrapper `WP_Widget::_register()` which plugins may bypass for performance reasons.

Amends [40631], [40640].
See #35243, #32417.
Fixes #41021.

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


git-svn-id: http://core.svn.wordpress.org/trunk@40878 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2017-07-11 22:47:43 +00:00
..
class-wp-nav-menu-widget.php
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
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: Let Custom HTML widget be "wide" as the Text widget is. 2017-07-04 21:01:41 +00:00
class-wp-widget-links.php
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
class-wp-widget-search.php
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: Enqueue assets needed by media and text widgets in their _register_one() methods. 2017-07-11 22:47:43 +00:00