Changeset 41731 for trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php
- Timestamp:
- 10/04/2017 02:51:03 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php
r41162 r41731 241 241 public function get_item_schema() { 242 242 $schema = array( 243 '$schema' => 'http://json-schema.org/ schema#',243 '$schema' => 'http://json-schema.org/draft-04/schema#', 244 244 'title' => 'status', 245 245 'type' => 'object',
Note: See TracChangeset
for help on using the changeset viewer.