Remove one-time loop and redundant isset() checks.

props ipm-frommen.
fixes #30093.
Built from https://develop.svn.wordpress.org/trunk@30022


git-svn-id: http://core.svn.wordpress.org/trunk@30022 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2014-10-25 16:34:18 +00:00
parent d4f1296098
commit 1bd594f033
2 changed files with 5 additions and 7 deletions

View File

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