Fix the unit test added in [32173] to run correctly in PHP 5.2.

Built from https://develop.svn.wordpress.org/trunk@32177


git-svn-id: http://core.svn.wordpress.org/trunk@32152 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Gary Pendergast 2015-04-20 09:41:28 +00:00
parent e3f1f8fed1
commit bf7cebc421

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.2-RC1-32175';
$wp_version = '4.2-RC1-32177';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.