From b47298ef62057b47e2fefc2ae461865d8ee7a36c Mon Sep 17 00:00:00 2001 From: wpmuguru Date: Fri, 5 Mar 2010 21:01:08 +0000 Subject: [PATCH] set default value for upload_space_check_disabled, see #12463 git-svn-id: http://svn.automattic.com/wordpress/trunk@13595 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/schema.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-admin/includes/schema.php b/wp-admin/includes/schema.php index ac720705a..ce06c4048 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 = '';