- 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-terms-controller.php
r41588 r41731 805 805 public function get_item_schema() { 806 806 $schema = array( 807 '$schema' => 'http://json-schema.org/ schema#',807 '$schema' => 'http://json-schema.org/draft-04/schema#', 808 808 'title' => 'post_tag' === $this->taxonomy ? 'tag' : $this->taxonomy, 809 809 'type' => 'object',
Note: See TracChangeset
for help on using the changeset viewer.