From 96bb2247b6d255cb8bbca2a60bf387a06f8c1cdc Mon Sep 17 00:00:00 2001 From: Jeremy Felt Date: Mon, 8 Dec 2014 01:44:22 +0000 Subject: [PATCH] Split current tests for `update_blog_details()` The current tests for `upload_blog_details()` were focused on the actions fired whenever a site is marked as spam, archived, deleted, or matured. This breaks those into individual sections with fewer assertions per test. See #30080 Built from https://develop.svn.wordpress.org/trunk@30784 git-svn-id: http://core.svn.wordpress.org/trunk@30774 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 c5960acfcc..32f3a85918 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-beta2-30783'; +$wp_version = '4.1-beta2-30784'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.