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
This commit is contained in:
Sergey Biryukov 2024-11-30 13:53:20 +00:00
parent c08c2e28cc
commit 0749661c97
2 changed files with 2 additions and 2 deletions

View File

@ -470,7 +470,7 @@ class WP_Theme_JSON {
),
);
/*
/**
* The valid properties for fontFamilies under settings key.
*
* @since 6.5.0

View File

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