enable threaded comments by default, fixes #11992

git-svn-id: https://develop.svn.wordpress.org/trunk@13272 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ron Rennick
2010-02-21 01:02:00 +00:00
parent 4b9db719a9
commit 02912dcf85

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,