- 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-terms-controller.php
r39264 r39266 887 887 888 888 $query_params['exclude'] = array( 889 'description' => __( 'Ensure result set excludes specific ids.' ),889 'description' => __( 'Ensure result set excludes specific IDs.' ), 890 890 'type' => 'array', 891 891 'items' => array( … … 896 896 897 897 $query_params['include'] = array( 898 'description' => __( 'Limit result set to specific ids.' ),898 'description' => __( 'Limit result set to specific IDs.' ), 899 899 'type' => 'array', 900 900 'items' => array(
Note: See TracChangeset
for help on using the changeset viewer.