Changeset 54752 for branches/6.1/src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php
- Timestamp:
- 11/05/2022 05:28:48 PM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.1/src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php
r54476 r54752 2891 2891 2892 2892 $query_params['slug'] = array( 2893 'description' 2894 'type' 2895 'items' 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.