mirror of
git://develop.git.wordpress.org/
synced 2025-03-22 21:09:51 +01:00
Docs: Docblock typo correction in WP_Theme_JSON_Schema
.
Follow-up to [52306]. See #53399. git-svn-id: https://develop.svn.wordpress.org/trunk@52307 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
80ea6dbd6a
commit
30ed9e8a8c
@ -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 ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user