Skip to content

Commit bbcfcf5

Browse files
committed
Mark _codepoint_count private
1 parent 5404426 commit bbcfcf5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wp-includes/compat-utf8.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@ function _wp_scrub_utf8_fallback( string $bytes ): string {
310310
* 13 === _wp_utf8_codepoint_count( "test\x90wp\xE2\x80\xC0test" );
311311
*
312312
* @since 6.9.0
313+
* @access private
313314
*
314315
* @param string $text Count code points in this string.
315316
* @param ?int $byte_offset Start counting after this many bytes in `$text`. Must be positive.

0 commit comments

Comments
 (0)