From 025d1b388bbe31a993071a2a81b0610ce19e6060 Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Sat, 22 Nov 2014 19:54:21 +0000 Subject: [PATCH] Improvements to encoded character formatting tests. In `sanitize_title_with_dashes()` and `sanitize_user()` tests, we break large test methods into smaller ones in order to isolate those that actually describe the bug being reported in ticket #10823. The unit tests that are continuing to fail have been attached as a patch to that ticket. See #30284. Built from https://develop.svn.wordpress.org/trunk@30515 git-svn-id: http://core.svn.wordpress.org/trunk@30504 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 11fa03d899..e1d9c04ce2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-beta2-30514'; +$wp_version = '4.1-beta2-30515'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.