- Timestamp:
- 11/16/2016 01:27:10 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php
r39264 r39266 1250 1250 1251 1251 $query_params['exclude'] = array( 1252 'description' => __( 'Ensure result set excludes specific ids.' ),1252 'description' => __( 'Ensure result set excludes specific IDs.' ), 1253 1253 'type' => 'array', 1254 1254 'items' => array( … … 1259 1259 1260 1260 $query_params['include'] = array( 1261 'description' => __( 'Limit result set to specific ids.' ),1261 'description' => __( 'Limit result set to specific IDs.' ), 1262 1262 'type' => 'array', 1263 1263 'items' => array(
Note: See TracChangeset
for help on using the changeset viewer.