- 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-revisions-controller.php
r39028 r39106 377 377 public function get_item_schema() { 378 378 $schema = array( 379 '$schema' => 'http://json-schema.org/ draft-04/schema#',379 '$schema' => 'http://json-schema.org/schema#', 380 380 'title' => "{$this->parent_post_type}-revision", 381 381 'type' => 'object',
Note: See TracChangeset
for help on using the changeset viewer.