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. *