Remove whitespace accidentally introduced in r30498

See #30335

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


git-svn-id: http://core.svn.wordpress.org/trunk@30488 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn 2014-11-21 04:01:22 +00:00
parent 196e069c5b
commit 2aabde8f74
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<?php
<?php
/**
* Sets up the default filters and actions for most
* of the WordPress hooks.

View File

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