From b61ddd80357ca49fe3181c9546b0da463fc38570 Mon Sep 17 00:00:00 2001 From: Jeremy Felt Date: Tue, 28 Mar 2017 01:25:48 +0000 Subject: [PATCH] Tests: Clarify zero path segment tests for `get_network_by_path()`. The set of assertions in this data provider intend to test a 0 path segment configuration rather than the use of paths. Fixes #37217. Built from https://develop.svn.wordpress.org/trunk@40342 git-svn-id: http://core.svn.wordpress.org/trunk@40249 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 2cf21680db..10ebe1fd94 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-40341'; +$wp_version = '4.8-alpha-40342'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.