From 210b51552c3c0060ce4c603c06d28b0ca994b1cc Mon Sep 17 00:00:00 2001 From: Jeremy Felt Date: Mon, 8 Dec 2014 02:33:22 +0000 Subject: [PATCH] Clean up factory arguments in ms-sites group. * Arguments for user, path, and title are only necessary when we need to do something with those arguments later. Most cases in the ms-sites group do not require them. * In `test_get_blog_id_from_url_is_case_insensitive()`, we should pass a lowercase domain argument. * A user factory in `test_switch_restore_blog()` is not necessary. See #30080 Built from https://develop.svn.wordpress.org/trunk@30786 git-svn-id: http://core.svn.wordpress.org/trunk@30776 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 80c352c8ac..7d8415ea4e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-beta2-30785'; +$wp_version = '4.1-beta2-30786'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.