Changeset 39106 for trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php
- Timestamp:
- 11/03/2016 02:21:48 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php
r39024 r39106 244 244 public function get_item_schema() { 245 245 $schema = array( 246 '$schema' => 'http://json-schema.org/ draft-04/schema#',246 '$schema' => 'http://json-schema.org/schema#', 247 247 'title' => 'status', 248 248 'type' => 'object',
Note: See TracChangeset
for help on using the changeset viewer.