Changeset 51421 for trunk/src/wp-includes/blocks/legacy-widget.php
- Timestamp:
- 07/13/2021 04:39:05 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/legacy-widget.php
r51344 r51421 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.