diff --git a/wp-includes/blocks.php b/wp-includes/blocks.php index a2fd54cf31..62ba1843d7 100644 --- a/wp-includes/blocks.php +++ b/wp-includes/blocks.php @@ -1017,7 +1017,7 @@ function unregister_block_style( $block_name, $block_style_name ) { * @since 5.8.0 * * @param WP_Block_Type $block_type Block type to check for support. - * @param string $feature Name of the feature to check support for. + * @param array $feature Path to a specific feature to check support for. * @param mixed $default Optional. Fallback value for feature support. Default false. * @return bool Whether the feature is supported. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index ed183217b5..702ce27058 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-53798'; +$wp_version = '6.1-alpha-53799'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.