From 0749661c974566e7c6b02ba7c1847129aa0e0815 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 30 Nov 2024 13:53:20 +0000 Subject: [PATCH] Docs: Correct DocBlock formatting for `WP_Theme_JSON::FONT_FAMILY_SCHEMA`. Follow-up to [57496]. Props marian1. Fixes #62621. Built from https://develop.svn.wordpress.org/trunk@59474 git-svn-id: http://core.svn.wordpress.org/trunk@58860 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-theme-json.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.