Changeset 51311 for branches/5.8/src/wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php
- Timestamp:
- 07/02/2021 06:52:23 PM (3 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
r51310 r51311 414 414 * given form data. 415 415 * 416 * @since 5.8.0 417 * 416 418 * @global WP_Widget_Factory $wp_widget_factory 417 419 * … … 508 510 * instance. Used by encode_form_data() to preview a widget. 509 511 512 * @since 5.8.0 513 * 510 514 * @param string $widget The widget's PHP class name (see class-wp-widget.php). 511 515 * @param array $instance Widget instance settings. … … 521 525 * Returns the output of WP_Widget::form() when called with the provided 522 526 * instance. Used by encode_form_data() to preview a widget's form. 527 * 528 * @since 5.8.0 523 529 * 524 530 * @param WP_Widget $widget_object Widget object to call widget() on.
Note: See TracChangeset
for help on using the changeset viewer.