From b444492d1e50db44e4d481583296ef733bdc5804 Mon Sep 17 00:00:00 2001 From: Jon Surrell Date: Wed, 24 Jan 2024 16:07:38 +0100 Subject: [PATCH] Fix since docblock description --- src/wp-includes/blocks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/blocks.php b/src/wp-includes/blocks.php index 34a34bcc7d94b..c4bd8646c7215 100644 --- a/src/wp-includes/blocks.php +++ b/src/wp-includes/blocks.php @@ -36,7 +36,7 @@ function remove_block_asset_path_prefix( $asset_handle_or_path ) { * * @since 5.5.0 * @since 6.1.0 Added `$index` parameter. - * @since 6.5.0 Add support for `viewScriptModule` field. + * @since 6.5.0 Added support for `viewScriptModule` field. * * @param string $block_name Name of the block. * @param string $field_name Name of the metadata field.