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:
parent
ef4fe197b8
commit
53096e6796
|
@ -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 ) {
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue