From 21eeedfc644b211cac3dbf83e1998b543163f85b Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Thu, 14 Apr 2022 06:13:40 +0000 Subject: [PATCH] Docs: Small fixes in `WP_Theme_JSON_Resolver` docblocks, as per documentation standards. See #54729. git-svn-id: https://develop.svn.wordpress.org/trunk@53177 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-wp-theme-json-resolver.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/class-wp-theme-json-resolver.php b/src/wp-includes/class-wp-theme-json-resolver.php index 3679b43dbe..7ec621f150 100644 --- a/src/wp-includes/class-wp-theme-json-resolver.php +++ b/src/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.