- 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-posts-controller.php
r39264 r39266 1993 1993 1994 1994 $params['exclude'] = array( 1995 'description' => __( 'Ensure result set excludes specific ids.' ),1995 'description' => __( 'Ensure result set excludes specific IDs.' ), 1996 1996 'type' => 'array', 1997 1997 'items' => array( … … 2002 2002 2003 2003 $params['include'] = array( 2004 'description' => __( 'Limit result set to specific ids.' ),2004 'description' => __( 'Limit result set to specific IDs.' ), 2005 2005 'type' => 'array', 2006 2006 'items' => array(
Note: See TracChangeset
for help on using the changeset viewer.