Changeset 56586 for trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php
- Timestamp:
- 09/14/2023 12:44:23 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php
r56559 r56586 298 298 // Restores the more descriptive, specific name for use within this method. 299 299 $widget_type = $item; 300 $fields = $this->get_fields_for_response( $request ); 301 $data = array( 300 301 $fields = $this->get_fields_for_response( $request ); 302 $data = array( 302 303 'id' => $widget_type['id'], 303 304 );
Note: See TracChangeset
for help on using the changeset viewer.