scripts.mit.edu
/
autoinstalls
/
wordpress.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
WordPress 4.2.4-scripts
[autoinstalls/wordpress.git]
/
wp-includes
/
ms-settings.php
diff --git
a/wp-includes/ms-settings.php
b/wp-includes/ms-settings.php
index d4383d3b914afec1d987ca10d79e54686290cb27..7b35e7616fa5c54d02e19e036a13778384eb6033 100644
(file)
--- a/
wp-includes/ms-settings.php
+++ b/
wp-includes/ms-settings.php
@@
-11,11
+11,12
@@
*/
/** Include Multisite initialization functions */
*/
/** Include Multisite initialization functions */
-require( ABSPATH . WPINC . '/ms-load.php' );
-require( ABSPATH . WPINC . '/ms-default-constants.php' );
+require
_once
( ABSPATH . WPINC . '/ms-load.php' );
+require
_once
( ABSPATH . WPINC . '/ms-default-constants.php' );
-if ( defined( 'SUNRISE' ) )
+if ( defined( 'SUNRISE' ) )
{
include_once( WP_CONTENT_DIR . '/sunrise.php' );
include_once( WP_CONTENT_DIR . '/sunrise.php' );
+}
/** Check for and define SUBDOMAIN_INSTALL and the deprecated VHOST constant. */
ms_subdomain_constants();
/** Check for and define SUBDOMAIN_INSTALL and the deprecated VHOST constant. */
ms_subdomain_constants();