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.