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:
Andrew Nacin
2010-03-10 08:34:42 +00:00
parent 62569595aa
commit c2bb5992ee
2 changed files with 12 additions and 5 deletions
+2 -1
View File
@@ -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 = '';