set default value for add_new_users site option, see #12463

git-svn-id: http://svn.automattic.com/wordpress/trunk@13564 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
wpmuguru 2010-03-02 22:57:12 +00:00
parent 1d9fdca363
commit 7cafb3f959
1 changed files with 2 additions and 1 deletions

View File

@ -699,7 +699,8 @@ Thanks!
'welcome_email' => $welcome_email,
'first_post' => __( 'Welcome to <a href="SITE_URL">SITE_NAME</a>. This is your first post. Edit or delete it, then start blogging!' ),
// @todo - network admins should have a method of editing the network siteurl (used for cookie hash)
'siteurl' => get_option( 'siteurl' )
'siteurl' => get_option( 'siteurl' ),
'add_new_users' => '0'
);
$insert = '';