- 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-comments-controller.php
r39105 r39106 1089 1089 public function get_item_schema() { 1090 1090 $schema = array( 1091 '$schema' => 'http://json-schema.org/ draft-04/schema#',1091 '$schema' => 'http://json-schema.org/schema#', 1092 1092 'title' => 'comment', 1093 1093 'type' => 'object',
Note: See TracChangeset
for help on using the changeset viewer.