Changeset 51310 for branches/5.8/src/wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php
- Timestamp:
- 07/02/2021 06:51:12 PM (4 years ago)
- Location:
- branches/5.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.8
-
branches/5.8/src/wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php
r51229 r51310 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.