diff --git a/wp-includes/blocks.php b/wp-includes/blocks.php index 41b8430f98..729c789683 100644 --- a/wp-includes/blocks.php +++ b/wp-includes/blocks.php @@ -1165,8 +1165,8 @@ function block_version( $content ) { * @link https://developer.wordpress.org/block-editor/reference-guides/block-api/block-styles/ * * @param string $block_name Block type name including namespace. - * @param array $style_properties Array containing the properties of the style name, - * label, style (name of the stylesheet to be enqueued), + * @param array $style_properties Array containing the properties of the style name, label, + * style_handle (name of the stylesheet to be enqueued), * inline_style (string containing the CSS to be added). * @return bool True if the block style was registered with success and false otherwise. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index 72cff7172d..213d50f749 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-alpha-55951'; +$wp_version = '6.3-alpha-55952'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.