- Timestamp:
- 11/15/2016 06:15:30 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php
r39239 r39250 87 87 'password' => array( 88 88 'description' => __( 'The password for the post if it is password protected.' ), 89 'type' => 'string', 89 90 ), 90 91 ), … … 2070 2071 'description' => __( 'Limit result set to posts with one or more specific slugs.' ), 2071 2072 'type' => 'array', 2073 'items' => array( 2074 'type' => 'string', 2075 ), 2072 2076 'sanitize_callback' => 'wp_parse_slug_list', 2073 2077 );
Note: See TracChangeset
for help on using the changeset viewer.