Changeset 54753 for branches/6.1/src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php
- Timestamp:
- 11/05/2022 09:59:35 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.1/src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php
r54752 r54753 2891 2891 2892 2892 $query_params['slug'] = array( 2893 'description' => __( 'Limit result set to posts with one or more specific slugs.' ),2894 'type' => 'array',2895 'items' => array(2893 'description' => __( 'Limit result set to posts with one or more specific slugs.' ), 2894 'type' => 'array', 2895 'items' => array( 2896 2896 'type' => 'string', 2897 2897 ),
Note: See TracChangeset
for help on using the changeset viewer.