From dfa5c9d583f662b1088a95a9457b3de35960edda Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 20 Sep 2019 22:44:59 +0000 Subject: [PATCH] Tests: Remove a workaround for `str_getcsv()`. The `str_getcsv()` function was introduced in PHP 5.3.0, so no longer needs a polyfill. Props jrf. Fixes #48074. Built from https://develop.svn.wordpress.org/trunk@46222 git-svn-id: http://core.svn.wordpress.org/trunk@46034 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 84f3594908..e77a9955e5 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-46221'; +$wp_version = '5.3-alpha-46222'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.