`if` is a statment, not a function.

See #32444.

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


git-svn-id: http://core.svn.wordpress.org/trunk@32771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor 2015-06-16 20:01:25 +00:00
parent 5e14470894
commit 5c6b63d3a6
24 changed files with 42 additions and 42 deletions

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-alpha-32799';
$wp_version = '4.3-alpha-32800';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.