Changeset 39106 for trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-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-taxonomies-controller.php
r39105 r39106 231 231 public function get_item_schema() { 232 232 $schema = array( 233 '$schema' => 'http://json-schema.org/ draft-04/schema#',233 '$schema' => 'http://json-schema.org/schema#', 234 234 'title' => 'taxonomy', 235 235 'type' => 'object',
Note: See TracChangeset
for help on using the changeset viewer.