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:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user