diff --git a/src/wp-includes/class-wp-theme-json-schema.php b/src/wp-includes/class-wp-theme-json-schema.php
index aaa2f968a6..ce52d780e0 100644
a
|
b
|
class WP_Theme_JSON_Schema { |
167 | 167 | * |
168 | 168 | * @since 5.9.0 |
169 | 169 | * |
170 | | * @param array $settings Array to process. |
| 170 | * @param array $settings Array to process. |
171 | 171 | * @param array $paths_to_rename Paths to rename. |
172 | 172 | * |
173 | 173 | * @return array The settings in the new format. |
… |
… |
class WP_Theme_JSON_Schema { |
193 | 193 | * |
194 | 194 | * @since 5.9.0 |
195 | 195 | * |
196 | | * @param array $settings Reference to settings either defaults or an individual block's. |
| 196 | * @param array $settings Reference to settings either defaults or an individual block's. |
197 | 197 | * @param array $paths_to_rename Paths to rename. |
198 | 198 | */ |
199 | 199 | private static function rename_settings( &$settings, $paths_to_rename ) { |