diff --git a/wp-includes/class-wp-theme-json-resolver.php b/wp-includes/class-wp-theme-json-resolver.php index 3679b43dbe..7ec621f150 100644 --- a/wp-includes/class-wp-theme-json-resolver.php +++ b/wp-includes/class-wp-theme-json-resolver.php @@ -123,7 +123,7 @@ class WP_Theme_JSON_Resolver { } /** - * Return core's origin config. + * Returns core's origin config. * * @since 5.8.0 * @@ -409,7 +409,7 @@ class WP_Theme_JSON_Resolver { } /** - * Whether the active theme has a theme.json file. + * Determines whether the active theme has a theme.json file. * * @since 5.8.0 * @since 5.9.0 Added a check in the parent theme. diff --git a/wp-includes/version.php b/wp-includes/version.php index 6d7a0085d1..34781de7d0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-beta1-53176'; +$wp_version = '6.0-beta1-53177'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.