diff --git a/wp-includes/class-wp-theme-json-schema.php b/wp-includes/class-wp-theme-json-schema.php index 78c13d60b8..462af76376 100644 --- a/wp-includes/class-wp-theme-json-schema.php +++ b/wp-includes/class-wp-theme-json-schema.php @@ -115,7 +115,7 @@ class WP_Theme_JSON_Schema { * @since 5.9.0 * * @param array $settings Reference to settings either defaults or an individual block's. - * @param arary $paths_to_rename Paths to rename. + * @param array $paths_to_rename Paths to rename. */ private static function rename_settings( &$settings, $paths_to_rename ) { foreach ( $paths_to_rename as $original => $renamed ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index b2c86b2496..228f7a0322 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-beta1-52306'; +$wp_version = '5.9-beta1-52307'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.