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
This commit is contained in:
audrasjb 2022-04-14 06:15:09 +00:00
parent 39052a81e6
commit ecce0c2f57
2 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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.