From 34f3c6faf26a352adf13a4695e634e800e55eb0e Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Fri, 24 Oct 2014 00:59:18 +0000 Subject: [PATCH] Set current user to 0 after each unit test. This prevents $current_user, $userdata, and other user-related globals from being polluted if a previous test does not properly reset the current user. Props nacin, mnelson4. Fixes #29712. Built from https://develop.svn.wordpress.org/trunk@30001 git-svn-id: http://core.svn.wordpress.org/trunk@30001 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 5c7a211774..ad05253b24 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-alpha-30000'; +$wp_version = '4.1-alpha-30001'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.