diff --git a/wp-includes/class-wp-theme-json.php b/wp-includes/class-wp-theme-json.php index d87d3c5c01..cb48672c43 100644 --- a/wp-includes/class-wp-theme-json.php +++ b/wp-includes/class-wp-theme-json.php @@ -470,7 +470,7 @@ class WP_Theme_JSON { ), ); - /* + /** * The valid properties for fontFamilies under settings key. * * @since 6.5.0 diff --git a/wp-includes/version.php b/wp-includes/version.php index 314d4ae8d7..46105c3ab1 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59473'; +$wp_version = '6.8-alpha-59474'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.