Skip to content

Commit 246e75a

Browse files
committed
Follow-up: Add wp_is_valid_utf8() for normalizing UTF-8 checks.
When the `seemsUtf8` test file was removed, the file was left in subversion as an empty file. This patch removes the file. Discussed in https://core.trac.wordpress.org/ticket/38044 Follow-up to [60630]. Props dmsnell, johnbillion. See #38044. Built from https://develop.svn.wordpress.org/trunk@60631 git-svn-id: http://core.svn.wordpress.org/trunk@59967 1a063a9b-81f0-0310-95a4-ce76da25c4cd
1 parent ede3a79 commit 246e75a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wp-includes/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* @global string $wp_version
1818
*/
19-
$wp_version = '6.9-alpha-60630';
19+
$wp_version = '6.9-alpha-60631';
2020

2121
/**
2222
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.

0 commit comments

Comments
 (0)