diff --git a/src/wp-includes/blocks.php b/src/wp-includes/blocks.php index a2fd54cf31..62ba1843d7 100644 --- a/src/wp-includes/blocks.php +++ b/src/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. */