From 8396c3fbd539a31285d20b36f0a724bd91173a84 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Mon, 1 Apr 2024 20:45:13 +0000 Subject: [PATCH] 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 --- wp-includes/deprecated.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/deprecated.php b/wp-includes/deprecated.php index 8087c3d867..155ce0fef0 100644 --- a/wp-includes/deprecated.php +++ b/wp-includes/deprecated.php @@ -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 diff --git a/wp-includes/version.php b/wp-includes/version.php index 835831aa22..4dee47a619 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.