diff --git a/wp-admin/includes/schema.php b/wp-admin/includes/schema.php index ac720705a2..ce06c40485 100644 --- a/wp-admin/includes/schema.php +++ b/wp-admin/includes/schema.php @@ -701,7 +701,8 @@ Thanks! 'first_post' => __( 'Welcome to SITE_NAME. 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' ), - 'add_new_users' => '0' + 'add_new_users' => '0', + 'upload_space_check_disabled' => '0' ); $insert = '';