- 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-posts-controller.php
r41727 r41731 1686 1686 1687 1687 $schema = array( 1688 '$schema' => 'http://json-schema.org/ schema#',1688 '$schema' => 'http://json-schema.org/draft-04/schema#', 1689 1689 'title' => $this->post_type, 1690 1690 'type' => 'object',
Note: See TracChangeset
for help on using the changeset viewer.