Docs: Docblock typo correction in WP_Theme_JSON_Schema.

Follow-up to [52306].

See #53399.

Built from https://develop.svn.wordpress.org/trunk@52307


git-svn-id: http://core.svn.wordpress.org/trunk@51899 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2021-12-02 20:45:01 +00:00
parent ef4fe197b8
commit 53096e6796
2 changed files with 2 additions and 2 deletions

View File

@ -115,7 +115,7 @@ class WP_Theme_JSON_Schema {
* @since 5.9.0
*
* @param array $settings Reference to settings either defaults or an individual block's.
* @param arary $paths_to_rename Paths to rename.
* @param array $paths_to_rename Paths to rename.
*/
private static function rename_settings( &$settings, $paths_to_rename ) {
foreach ( $paths_to_rename as $original => $renamed ) {

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.9-beta1-52306';
$wp_version = '5.9-beta1-52307';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.