set default value for upload_space_check_disabled, see #12463
git-svn-id: https://develop.svn.wordpress.org/trunk@13595 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
14fd4175be
commit
aca65c0b4b
@ -701,7 +701,8 @@ Thanks!
|
|||||||
'first_post' => __( 'Welcome to <a href="SITE_URL">SITE_NAME</a>. This is your first post. Edit or delete it, then start blogging!' ),
|
'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)
|
// @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'
|
'add_new_users' => '0',
|
||||||
|
'upload_space_check_disabled' => '0'
|
||||||
);
|
);
|
||||||
|
|
||||||
$insert = '';
|
$insert = '';
|
||||||
|
Loading…
Reference in New Issue
Block a user