From d412234bc1bd469979783ba1e1f72bc930ef1864 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Tue, 30 Aug 2016 18:31:30 +0000 Subject: [PATCH] HTTP API: Separate the test for `wp_parse_url()` with `-1` as its component into a separate test, so the remaining tests can use strict type checking. This helps avoid gotches with the potentially empty values (ie. `null`) that we're testing for. See #36356 Built from https://develop.svn.wordpress.org/trunk@38453 git-svn-id: http://core.svn.wordpress.org/trunk@38394 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 4544e0d190..9ec7eb9439 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-alpha-38452'; +$wp_version = '4.7-alpha-38453'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.