From 16c1fc686a65bce1cc18de755475d2c733950d2e Mon Sep 17 00:00:00 2001 From: Jeremy Felt Date: Fri, 24 Oct 2014 05:31:19 +0000 Subject: [PATCH] Improve tests for get_blog_id_from_url() Expand tests to cover additional cache and lookup scenarios. Explicitly test the reaction of `get_blog_id_from_url()` when `$drop = false` is passed to `wpmu_delete_blog()`. See #30080 Fixes #30088 Built from https://develop.svn.wordpress.org/trunk@30007 git-svn-id: http://core.svn.wordpress.org/trunk@30007 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 a6fca837bf..0d1ab022bb 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-alpha-30006'; +$wp_version = '4.1-alpha-30007'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.