From 72e10ec97b40a948b48e958034152b5251b6b34b Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 13 Mar 2021 11:13:55 +0000 Subject: [PATCH] Docs: Correct DocBlock formatting for `register_block_style_handle()`. Follow-up to [48141]. See #52628. git-svn-id: https://develop.svn.wordpress.org/trunk@50531 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 c75179b411..5460eebd79 100644 --- a/src/wp-includes/blocks.php +++ b/src/wp-includes/blocks.php @@ -148,7 +148,7 @@ function register_block_script_handle( $metadata, $field_name ) { * * @since 5.5.0 * - * @param array $metadata Block metadata. + * @param array $metadata Block metadata. * @param string $field_name Field name to pick from metadata. * @return string|false Style handle provided directly or created through * style's registration, or false on failure.