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
This commit is contained in:
Sergey Biryukov
2021-03-13 11:13:55 +00:00
parent a3dd4b7d56
commit 72e10ec97b

View File

@@ -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.