- Timestamp:
- 05/10/2017 07:40:56 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php
r40605 r40606 2151 2151 if ( $post_type->hierarchical || 'attachment' === $this->post_type ) { 2152 2152 $query_params['parent'] = array( 2153 'description' => __( 'Limit result set to those ofparticular parent IDs.' ),2153 'description' => __( 'Limit result set to items with particular parent IDs.' ), 2154 2154 'type' => 'array', 2155 2155 'items' => array(
Note: See TracChangeset
for help on using the changeset viewer.