We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5404426 commit bbcfcf5Copy full SHA for bbcfcf5
src/wp-includes/compat-utf8.php
@@ -310,6 +310,7 @@ function _wp_scrub_utf8_fallback( string $bytes ): string {
310
* 13 === _wp_utf8_codepoint_count( "test\x90wp\xE2\x80\xC0test" );
311
*
312
* @since 6.9.0
313
+ * @access private
314
315
* @param string $text Count code points in this string.
316
* @param ?int $byte_offset Start counting after this many bytes in `$text`. Must be positive.
0 commit comments