Skip to content

Commit 3c3852e

Browse files
committed
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. git-svn-id: https://develop.svn.wordpress.org/trunk@60794 602fd350-edb4-49c9-b593-d223f7449a82
1 parent d1e7f56 commit 3c3852e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/compat-utf8.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ function _wp_scan_utf8( string $bytes, int &$at, int &$invalid_length, ?int $max
230230
* @since 6.9.0
231231
* @access private
232232
*
233-
* @see wp_is_valid_utf6()
233+
* @see wp_is_valid_utf8()
234234
*
235235
* @param string $bytes String which might contain text encoded as UTF-8.
236236
* @return bool Whether the provided bytes can decode as valid UTF-8.

0 commit comments

Comments
 (0)