- Timestamp:
- 01/05/2026 04:31:14 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-controller.php
r60249 r61429 572 572 public function get_fields_for_response( $request ) { 573 573 $schema = $this->get_item_schema(); 574 $properties = isset( $schema['properties'] ) ? $schema['properties'] :array();574 $properties = $schema['properties'] ?? array(); 575 575 576 576 $additional_fields = $this->get_additional_fields();
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)