Docs: Correct DocBlock formatting for `register_block_style_handle()`.

Follow-up to [48141].

See #52628.
Built from https://develop.svn.wordpress.org/trunk@50531


git-svn-id: http://core.svn.wordpress.org/trunk@50144 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2021-03-13 11:15:04 +00:00
parent 3f03bb352e
commit 0a3794a0de
2 changed files with 2 additions and 2 deletions

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.

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.8-alpha-50530';
$wp_version = '5.8-alpha-50531';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.