Changeset 56586 for trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php
- Timestamp:
- 09/14/2023 12:44:23 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php
r56547 r56586 223 223 // Restores the more descriptive, specific name for use within this method. 224 224 $status = $item; 225 225 226 $fields = $this->get_fields_for_response( $request ); 226 227 $data = array();
Note: See TracChangeset
for help on using the changeset viewer.