Skip to content

Commit

Permalink
Fix @SInCE inline documentation for v3 theme.json documentation (#61328)
Browse files Browse the repository at this point in the history
Co-authored-by: ajlende <ajlende@git.wordpress.org>
Co-authored-by: fabiankaegy <fabiankaegy@git.wordpress.org>
  • Loading branch information
3 people authored May 3, 2024
1 parent 314beb7 commit 9de3afb
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 9de3afb

Please sign in to comment.