From a71d642a051cdf4451ba4d7c723a4067b40cc7e1 Mon Sep 17 00:00:00 2001 From: Jeremy Felt Date: Tue, 25 Nov 2014 04:03:25 +0000 Subject: [PATCH] Add basic unit tests for `is_plugin_active_for_network()` Props rodrigosprimo Fixes #30491 Built from https://develop.svn.wordpress.org/trunk@30559 git-svn-id: http://core.svn.wordpress.org/trunk@30548 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 9243681272..fb2eb12de3 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-beta2-30558'; +$wp_version = '4.1-beta2-30559'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.