mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-11 10:59:07 +01:00
use_ssl is a user option, not a blog option
git-svn-id: http://svn.automattic.com/wordpress/trunk@10842 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
35b069a3c7
commit
586b13382a
@ -303,7 +303,6 @@ function populate_options() {
|
|||||||
'comments_per_page' => 50,
|
'comments_per_page' => 50,
|
||||||
'default_comments_page' => 'newest',
|
'default_comments_page' => 'newest',
|
||||||
'comment_order' => 'asc',
|
'comment_order' => 'asc',
|
||||||
'use_ssl' => 0,
|
|
||||||
'sticky_posts' => array(),
|
'sticky_posts' => array(),
|
||||||
'widget_categories' => array(),
|
'widget_categories' => array(),
|
||||||
'widget_text' => array(),
|
'widget_text' => array(),
|
||||||
|
Loading…
Reference in New Issue
Block a user