From 0a3794a0de6dc119d12f2671844b85e473dbdb72 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 13 Mar 2021 11:15:04 +0000 Subject: [PATCH] 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 --- wp-includes/blocks.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/blocks.php b/wp-includes/blocks.php index c75179b411..5460eebd79 100644 --- a/wp-includes/blocks.php +++ b/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. diff --git a/wp-includes/version.php b/wp-includes/version.php index 07bf3f2fe0..3add78ef99 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.