From bc987ee35e9af34ab4911c935c27faffe898a536 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Thu, 26 Mar 2009 21:52:29 +0000 Subject: [PATCH] use_ssl is a user option, not a blog option git-svn-id: https://develop.svn.wordpress.org/trunk@10842 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/schema.php | 1 - 1 file changed, 1 deletion(-) diff --git a/wp-admin/includes/schema.php b/wp-admin/includes/schema.php index c6ca5f5d5a..0c5709c489 100644 --- a/wp-admin/includes/schema.php +++ b/wp-admin/includes/schema.php @@ -303,7 +303,6 @@ function populate_options() { 'comments_per_page' => 50, 'default_comments_page' => 'newest', 'comment_order' => 'asc', - 'use_ssl' => 0, 'sticky_posts' => array(), 'widget_categories' => array(), 'widget_text' => array(),