Changeset 51279 for trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php
- Timestamp:
- 06/30/2021 12:54:10 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php
r51229 r51279 198 198 * @since 5.8.0 199 199 * 200 * @global array $wp_registered_widgets The list of registered widgets. 200 * @global WP_Widget_Factory $wp_widget_factory 201 * @global array $wp_registered_widgets The list of registered widgets. 201 202 * 202 203 * @return array Array of widgets. … … 412 413 * - form: The widget's admin form after updating the widget with the 413 414 * given form data. 415 * 416 * @global WP_Widget_Factory $wp_widget_factory 414 417 * 415 418 * @param WP_REST_Request $request Full details about the request.
Note: See TracChangeset
for help on using the changeset viewer.