mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-12 13:44:21 +01:00
Editor: Fix typo in FontUtils doc block.
Initially introduced in [57539] Props kebbet. See #59166. Built from https://develop.svn.wordpress.org/trunk@57549 git-svn-id: http://core.svn.wordpress.org/trunk@57050 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b7725a50d3
commit
74e189122b
@ -141,7 +141,7 @@ class WP_Font_Utils {
|
||||
* The schema structure should mirror the data tree. Each value provided in the
|
||||
* schema should be a callable that will be applied to sanitize the corresponding
|
||||
* value in the data tree. Keys that are in the data tree, but not present in the
|
||||
* schema, will be removed in the santized data. Nested arrays are traversed recursively.
|
||||
* schema, will be removed in the sanitized data. Nested arrays are traversed recursively.
|
||||
*
|
||||
* @since 6.5.0
|
||||
*
|
||||
|
@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.5-alpha-57548';
|
||||
$wp_version = '6.5-alpha-57549';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user