diff --git a/wp-includes/blocks.php b/wp-includes/blocks.php index cec2f36925..e911de832a 100644 --- a/wp-includes/blocks.php +++ b/wp-includes/blocks.php @@ -203,7 +203,7 @@ function register_block_style_handle( $metadata, $field_name ) { * * @since 5.9.0 * - * @return array The schema for block's metadata. + * @return object The schema for block's metadata. */ function get_block_metadata_i18n_schema() { static $i18n_block_schema; diff --git a/wp-includes/version.php b/wp-includes/version.php index c8764cab08..262126b3b9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-alpha-52792'; +$wp_version = '6.0-alpha-52793'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.