From 3f030a1ba8fbdd00e43f48fbd78804bacb962fb2 Mon Sep 17 00:00:00 2001 From: Tetsuaki Hamano Date: Tue, 30 Jan 2024 22:18:13 +0900 Subject: [PATCH] Gallery Block: Add @since notation to the randam order filter --- packages/block-library/src/gallery/index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/block-library/src/gallery/index.php b/packages/block-library/src/gallery/index.php index 342264de6fce3..115f177473042 100644 --- a/packages/block-library/src/gallery/index.php +++ b/packages/block-library/src/gallery/index.php @@ -35,6 +35,8 @@ function block_core_gallery_data_id_backcompatibility( $parsed_block ) { /** * Filter to randomize the order of image blocks. * + * @since 6.5.0 + * * @param array $parsed_block The block being rendered. * @return array The block object with randomized order of image blocks. */