mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-08 16:41:44 +01:00
Revert [19745].
git-svn-id: http://svn.automattic.com/wordpress/trunk@19746 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
bba7742b9f
commit
6ca86ae3a8
@ -6,6 +6,14 @@
|
|||||||
* @subpackage Administration
|
* @subpackage Administration
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* We are upgrading WordPress.
|
||||||
|
*
|
||||||
|
* @since 1.5.1
|
||||||
|
* @var bool
|
||||||
|
*/
|
||||||
|
define( 'WP_INSTALLING', true );
|
||||||
|
|
||||||
/** Load WordPress Bootstrap */
|
/** Load WordPress Bootstrap */
|
||||||
require( '../wp-load.php' );
|
require( '../wp-load.php' );
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user