Changeset 59744 for branches/6.7/src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php
- Timestamp:
- 01/30/2025 10:48:37 PM (3 months ago)
- Location:
- branches/6.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.7
-
branches/6.7/src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php
r59115 r59744 347 347 $args = $this->prepare_tax_query( $args, $request ); 348 348 349 if ( ! empty($request['format'] ) ) {349 if ( isset( $registered['format'], $request['format'] ) ) { 350 350 $formats = $request['format']; 351 351 /*
Note: See TracChangeset
for help on using the changeset viewer.