MS: Adjust formatting of code in `site-new.php` to improve readability.

Fixes #34066.

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


git-svn-id: http://core.svn.wordpress.org/trunk@34637 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Jeremy Felt 2015-09-28 23:30:24 +00:00
parent 5397416276
commit ea03ecbe66
2 changed files with 7 additions and 7 deletions

View File

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