From 94dbb2e8d845f411e771df8c6c9c8ad6f608ca2f Mon Sep 17 00:00:00 2001 From: Jeremy Felt Date: Mon, 27 Mar 2017 21:05:44 +0000 Subject: [PATCH] Tests: Consolidate logic used to skip API fixture generation. This checks for `is_multisite()` and the minimum PHP version in the same block and removes two `echo` statements previously used to indicate generation had been skipped. Fixes #40041. Built from https://develop.svn.wordpress.org/trunk@40341 git-svn-id: http://core.svn.wordpress.org/trunk@40248 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 c4b6da6bbd..2cf21680db 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-40340'; +$wp_version = '4.8-alpha-40341'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.