diff --git a/src/wp-includes/class-wp-theme-json-resolver.php b/src/wp-includes/class-wp-theme-json-resolver.php index a22d7b8d93031..5caaf0bb7e1c4 100644 --- a/src/wp-includes/class-wp-theme-json-resolver.php +++ b/src/wp-includes/class-wp-theme-json-resolver.php @@ -925,7 +925,7 @@ public static function resolve_theme_file_uris( $theme_json ) { * * @since 6.6.0 * - * @param array $data Array following the theme.json specification. + * @param array $data Array following the theme.json specification. * @param array $variations Shared block style variations. * @return array Theme json data including shared block style variation definitions. */ @@ -967,7 +967,7 @@ private static function inject_variations_from_block_style_variation_files( $dat * * @since 6.6.0 * - * @param array $data Array following the theme.json specification. + * @param array $data Array following the theme.json specification. * @return array Theme json data including shared block style variation definitions. */ private static function inject_variations_from_block_styles_registry( $data ) {