enable threaded comments by default, fixes #11992

git-svn-id: http://svn.automattic.com/wordpress/trunk@13272 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
wpmuguru 2010-02-21 01:02:00 +00:00
parent 672dbdab92
commit 3d00580d82
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ function populate_options() {
'image_default_align' => '',
'close_comments_for_old_posts' => 0,
'close_comments_days_old' => 14,
'thread_comments' => 0,
'thread_comments' => 1,
'thread_comments_depth' => 5,
'page_comments' => 1,
'comments_per_page' => 50,