mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Store subdomain/subdirectory choice in sitemeta. For now, only used in case we return to network.php without constants. see #11816
git-svn-id: https://develop.svn.wordpress.org/trunk@13642 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -702,7 +702,8 @@ Thanks!
|
||||
// @todo - network admins should have a method of editing the network siteurl (used for cookie hash)
|
||||
'siteurl' => get_option( 'siteurl' ),
|
||||
'add_new_users' => '0',
|
||||
'upload_space_check_disabled' => '0'
|
||||
'upload_space_check_disabled' => '0',
|
||||
'subdomain_install' => intval( $subdomain_install ),
|
||||
);
|
||||
|
||||
$insert = '';
|
||||
|
||||
Reference in New Issue
Block a user