wordpress-develop/src/wp-includes/widgets
Weston Ruter d204ba3c00 Widgets: Improve extensibility of the Gallery widget and of media widgets generally.
* Introduce a `widget_{$id_base}_instance_schema` filter for plugins to add new properties to a media widget's instance schema.
* Pass all of a gallery widget's instance props to the gallery media frame, not just the ones that core supports.

See #32417, #41914.
Fixes #42285.


git-svn-id: https://develop.svn.wordpress.org/trunk@41951 602fd350-edb4-49c9-b593-d223f7449a82
2017-10-19 23:43:22 +00:00
..
class-wp-nav-menu-widget.php Widgets: Rename "Custom Menu" widget to "Navigation Menu". 2017-10-15 22:22:59 +00:00
class-wp-widget-archives.php Widgets: Move empty title checks out of the apply_filters( 'widget_title' ) calls for clarity. 2017-10-15 21:42:52 +00:00
class-wp-widget-calendar.php Widgets: Move empty title checks out of the apply_filters( 'widget_title' ) calls for clarity. 2017-10-15 21:42:52 +00:00
class-wp-widget-categories.php Widgets: Move empty title checks out of the apply_filters( 'widget_title' ) calls for clarity. 2017-10-15 21:42:52 +00:00
class-wp-widget-custom-html.php I18N: Use a consistent pattern for translator comments for placeholders in Customizer and widget strings. 2017-09-29 11:41:06 +00:00
class-wp-widget-links.php Widgets: Pass $instance to widget argument filters: 2017-10-02 22:01:19 +00:00
class-wp-widget-media-audio.php I18N: Use a consistent pattern for translator comments for placeholders in Customizer and widget strings. 2017-09-29 11:41:06 +00:00
class-wp-widget-media-gallery.php Widgets: Improve extensibility of the Gallery widget and of media widgets generally. 2017-10-19 23:43:22 +00:00
class-wp-widget-media-image.php Widgets: Default to "custom URL" in the image widget. 2017-10-03 02:59:03 +00:00
class-wp-widget-media-video.php Widgets: Harden logic for checking for valid media URLs. 2017-10-19 00:06:25 +00:00
class-wp-widget-media.php Widgets: Improve extensibility of the Gallery widget and of media widgets generally. 2017-10-19 23:43:22 +00:00
class-wp-widget-meta.php Widgets: Move empty title checks out of the apply_filters( 'widget_title' ) calls for clarity. 2017-10-15 21:42:52 +00:00
class-wp-widget-pages.php Widgets: Move empty title checks out of the apply_filters( 'widget_title' ) calls for clarity. 2017-10-15 21:42:52 +00:00
class-wp-widget-recent-comments.php Widgets: Pass $instance to widget argument filters: 2017-10-02 22:01:19 +00:00
class-wp-widget-recent-posts.php Widgets: Use a foreach loop instead of The Loop to iterate over posts in Recent Posts widget to avoid needing to reset a polluted global $post. 2017-10-18 00:34:01 +00:00
class-wp-widget-rss.php Widgets: Move empty title checks out of the apply_filters( 'widget_title' ) calls for clarity. 2017-10-15 21:42:52 +00:00
class-wp-widget-search.php Widgets: Move empty title checks out of the apply_filters( 'widget_title' ) calls for clarity. 2017-10-15 21:42:52 +00:00
class-wp-widget-tag-cloud.php Widgets: Move empty title checks out of the apply_filters( 'widget_title' ) calls for clarity. 2017-10-15 21:42:52 +00:00
class-wp-widget-text.php Widgets: Move empty title checks out of the apply_filters( 'widget_title' ) calls for clarity. 2017-10-15 21:42:52 +00:00