From d975dccac985fef4a98c74a12ed50dd32d77ac04 Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Fri, 13 Oct 2017 19:43:49 +0000 Subject: [PATCH] Code Editor: Fix syntax error in PHP 5.2 and PHP 5.3 after [41855]. See #41871. Built from https://develop.svn.wordpress.org/trunk@41858 git-svn-id: http://core.svn.wordpress.org/trunk@41692 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 23f2d3acbb..2ce18310a9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-beta2-41857'; +$wp_version = '4.9-beta2-41858'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.