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
This commit is contained in:
Jb Audras 2022-04-14 06:13:40 +00:00
parent 374bd99fb4
commit 21eeedfc64

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.