Changeset 51422 for branches/5.8/src/wp-includes/blocks/legacy-widget.php
- Timestamp:
- 07/13/2021 05:13:48 PM (5 years ago)
- Location:
- branches/5.8
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/blocks/legacy-widget.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.8
-
branches/5.8/src/wp-includes/blocks/legacy-widget.php
r51346 r51422 30 30 $widget_object = $wp_widget_factory->get_widget_object( $id_base ); 31 31 } else { 32 /* 33 * This file is copied from the published @wordpress/widgets package when WordPress 34 * Core is built. Because the package is a dependency of both WordPress Core and the 35 * Gutenberg plugin where the block editor is developed, this fallback condition is 36 * required until the minimum required version of WordPress for the plugin is raised 37 * to 5.8. 38 */ 32 39 $widget_key = gutenberg_get_widget_key( $id_base ); 33 40 $widget_object = gutenberg_get_widget_object( $id_base );
Note: See TracChangeset
for help on using the changeset viewer.