From ecce0c2f57f7b6f73e009262dc4a93a316c90f73 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Thu, 14 Apr 2022 06:15:09 +0000 Subject: [PATCH] Docs: Small fixes in `WP_Theme_JSON_Resolver` docblocks, as per documentation standards. See #54729. Built from https://develop.svn.wordpress.org/trunk@53177 git-svn-id: http://core.svn.wordpress.org/trunk@52766 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-theme-json-resolver.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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.