Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/class-wp-theme-json-schema-gutenberg.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down Expand Up @@ -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.
*
Expand Down