Skip to content

Commit 7f3ae71

Browse files
committed
General: add @SInCE etc, as suggested by SirLouen
1 parent e8cff43 commit 7f3ae71

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/wp-includes/formatting.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2128,8 +2128,13 @@ function sanitize_file_name( $filename ) {
21282128
* the first block for that script, and then checks that the string
21292129
* uses only a single block. This works for the scripts currently in
21302130
* Unicode, and will work for future scripts as long as the committee
2131-
* keeps estimating correctly, so there's only one block for each
2131+
* keeps estimating high enough, so there's only one block for each
21322132
* future script.
2133+
*
2134+
* @since 6.9.0
2135+
*
2136+
* @param $input A string to check
2137+
* @return true if all letters in the string belong to the same unicode script, and false if letters fromm two more more scripts are included.
21332138
*/
21342139

21352140
function uses_single_unicode_script( $input ) {

0 commit comments

Comments
 (0)