- 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-users-controller.php
r41588 r41731 1130 1130 public function get_item_schema() { 1131 1131 $schema = array( 1132 '$schema' => 'http://json-schema.org/ schema#',1132 '$schema' => 'http://json-schema.org/draft-04/schema#', 1133 1133 'title' => 'user', 1134 1134 'type' => 'object',
Note: See TracChangeset
for help on using the changeset viewer.