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
This commit is contained in:
Weston Ruter 2017-10-13 19:43:49 +00:00
parent e5db49d607
commit d975dccac9

View File

@ -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.