From 4629fa26d2185bfe98f6795917f27936ab0f7acd Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 29 Aug 2019 16:44:55 +0000 Subject: [PATCH] Date/Time: Update XML-RPC tests for invalid date input to account for a more consistent `mysql2date()` error handling in [45908]. The tests were meant to check for the lack of a fatal error in case of invalid date input, not specifically mark a particular outcome as the correct one. Props Rarst. Fixes #28992. Built from https://develop.svn.wordpress.org/trunk@45911 git-svn-id: http://core.svn.wordpress.org/trunk@45722 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 62c71860d8..01012bb30c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45910'; +$wp_version = '5.3-alpha-45911'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.