Charset: Fix typo in docblock of _wp_is_valid_utf8_fallback().

Quick-fix for typo in docblock.

Follow-up to: [60793].
Props mukesh27.
See #63863.

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


git-svn-id: http://core.svn.wordpress.org/trunk@60130 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
dmsnell
2025-09-23 07:38:30 +00:00
parent 7342284ab7
commit 766e44e68e
2 changed files with 2 additions and 2 deletions

View File

@@ -230,7 +230,7 @@ function _wp_scan_utf8( string $bytes, int &$at, int &$invalid_length, ?int $max
* @since 6.9.0
* @access private
*
* @see wp_is_valid_utf6()
* @see wp_is_valid_utf8()
*
* @param string $bytes String which might contain text encoded as UTF-8.
* @return bool Whether the provided bytes can decode as valid UTF-8.

View File

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