Improve code readability in site-info.php

In advance of some other work here, clean up some braces and spaces.

See #22383.

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


git-svn-id: http://core.svn.wordpress.org/trunk@32729 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Jeremy Felt
2015-06-14 05:01:28 +00:00
parent 4348074f3a
commit f996e163b8
2 changed files with 32 additions and 25 deletions

View File

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