General: Fix various typo issues found in `deprecated.php` and Font Library unit tests.

Props shailu25, mukesh27, sabernhardt, audrasjb.
Fixes #60870.



Built from https://develop.svn.wordpress.org/trunk@57909


git-svn-id: http://core.svn.wordpress.org/trunk@57410 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2024-04-01 20:45:13 +00:00
parent 3fa06d8fbd
commit 8396c3fbd5
2 changed files with 2 additions and 2 deletions

View File

@ -2634,7 +2634,7 @@ function get_user_metavalues($ids) {
/**
* Sanitize every user field.
*
* If the context is 'raw', then the user object or array will get minimal santization of the int fields.
* If the context is 'raw', then the user object or array will get minimal sanitization of the int fields.
*
* @since 2.3.0
* @deprecated 3.3.0

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.6-alpha-57905';
$wp_version = '6.6-alpha-57909';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.