From a18e2f68c78c2bf3cc2ee50100e68f450de5b338 Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Sat, 22 Nov 2014 20:57:24 +0000 Subject: [PATCH] Repair the `seems_utf8()` tests that use Big5 encoding. * Provide sample data that is actually encoded in Big5. * Do some actual assertions against that data. Props akumria. Fixes #30455. Built from https://develop.svn.wordpress.org/trunk@30525 git-svn-id: http://core.svn.wordpress.org/trunk@30514 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 0c43f06795..14307cdba2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-beta2-30524'; +$wp_version = '4.1-beta2-30525'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.