From 5b9c7c412a1eb19474d3b4903abb56d56daa743c Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Wed, 1 Apr 2015 21:38:27 +0000 Subject: [PATCH] Unit tests for `wpmu_validate_user_signup()`. See #17904, #26784. Built from https://develop.svn.wordpress.org/trunk@31970 git-svn-id: http://core.svn.wordpress.org/trunk@31949 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 c16c936d21..eff2bb709c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-beta3-31969'; +$wp_version = '4.2-beta3-31970'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.