- Timestamp:
- 09/05/2019 11:04:05 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php
r45811 r46069 212 212 * @since 5.0.0 213 213 * 214 * @param array $query_params JSON Schema-formatted collection parameters.214 * @param array $query_params JSON Schema-formatted collection parameters. 215 215 */ 216 216 return apply_filters( 'rest_themes_collection_params', $query_params ); … … 222 222 * @since 5.0.0 223 223 * 224 * @param string|array $statuses One or more theme statuses.225 * @param WP_REST_Request $request Full details about the request.226 * @param string $parameter Additional parameter to pass to validation.224 * @param string|array $statuses One or more theme statuses. 225 * @param WP_REST_Request $request Full details about the request. 226 * @param string $parameter Additional parameter to pass to validation. 227 227 * @return array|WP_Error A list of valid statuses, otherwise WP_Error object. 228 228 */
Note: See TracChangeset
for help on using the changeset viewer.