Skip to content

Commit 273717d

Browse files
committed
Use right version 6.9.0
1 parent 0b80c2b commit 273717d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1291,7 +1291,7 @@ public static function get_filename_from_disposition( $disposition_header ) {
12911291
* Retrieves the query params for collections of attachments.
12921292
*
12931293
* @since 4.7.0
1294-
* @since 6.6.0 Adds the `media_types` parameter to filter by multiple media types.
1294+
* @since 6.9.0 Adds the `media_types` parameter to filter by multiple media types.
12951295
*
12961296
* @return array Query parameters for the attachment collection as an array.
12971297
*/

0 commit comments

Comments
 (0)