Revert [19745].

git-svn-id: https://develop.svn.wordpress.org/trunk@19746 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-01-24 22:14:42 +00:00
parent 447c3b5f42
commit 2876772da7
1 changed files with 8 additions and 0 deletions

View File

@ -6,6 +6,14 @@
* @subpackage Administration
*/
/**
* We are upgrading WordPress.
*
* @since 1.5.1
* @var bool
*/
define( 'WP_INSTALLING', true );
/** Load WordPress Bootstrap */
require( '../wp-load.php' );