From e16d70a9d4582f0ec4bae7ff7cbefa15f0d8a218 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 14 Feb 2020 00:12:11 +0000 Subject: [PATCH] Tests: Rename `$d` variable in some date/time tests to `$format` for clarity. Follow-up to [47287]. See #49222. Built from https://develop.svn.wordpress.org/trunk@47288 git-svn-id: http://core.svn.wordpress.org/trunk@47088 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 c5459271b6..cd6e50f3fc 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.4-beta1-47287'; +$wp_version = '5.4-beta1-47288'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.