From 912c683b4948c22a0323f6eb473032f66efb9110 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 17 Aug 2021 00:29:03 +0000 Subject: [PATCH] Tests: Use a better return type check for `parse_url()` in `do_enclose()` tests. Since the `pathinfo()` function accepts a string, checking for that specifically is more consistent with similar checks elsewhere in core. Follow-up to [51606], [51622], [51626]. See #53635. Built from https://develop.svn.wordpress.org/trunk@51627 git-svn-id: http://core.svn.wordpress.org/trunk@51233 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 875b5132fd..71e18f782f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51626'; +$wp_version = '5.9-alpha-51627'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.