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:
parent
39052a81e6
commit
ecce0c2f57
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue