From d15e28a173d9c7de58c7a2453a9d89466ff3d864 Mon Sep 17 00:00:00 2001 From: Jeremy Felt Date: Mon, 18 Apr 2016 02:01:28 +0000 Subject: [PATCH] Tests: Use a data provider to test `get_network_by_path()` See #36566, #34941. Built from https://develop.svn.wordpress.org/trunk@37236 git-svn-id: http://core.svn.wordpress.org/trunk@37202 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 b7e6bea8d7..5b2021c5ec 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-alpha-37235'; +$wp_version = '4.6-alpha-37236'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.