From 43f962e4db93e2d35b3d97befa09b0efca823d8d Mon Sep 17 00:00:00 2001 From: Alex Lende Date: Thu, 2 May 2024 09:11:01 -0500 Subject: [PATCH] Update wp versions --- lib/class-wp-theme-json-schema-gutenberg.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/class-wp-theme-json-schema-gutenberg.php b/lib/class-wp-theme-json-schema-gutenberg.php index 553354c438ed4a..1eea7ddaa27368 100644 --- a/lib/class-wp-theme-json-schema-gutenberg.php +++ b/lib/class-wp-theme-json-schema-gutenberg.php @@ -38,7 +38,7 @@ class WP_Theme_JSON_Schema_Gutenberg { * Function that migrates a given theme.json structure to the last version. * * @since 5.9.0 - * @since 6.5.0 Migrate up to v3. + * @since 6.6.0 Migrate up to v3. * * @param array $theme_json The structure to migrate. * @@ -99,7 +99,7 @@ private static function migrate_v1_to_v2( $old ) { * * - Sets settings.typography.defaultFontSizes to false. * - * @since 6.5.0 + * @since 6.6.0 * * @param array $old Data to migrate. *