mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-02-22 00:32:47 +00:00
Don't page comments by default. fixes #12562
git-svn-id: https://develop.svn.wordpress.org/trunk@13636 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
96ace89041
commit
1c91399612
@ -299,7 +299,7 @@ function populate_options() {
|
||||
'close_comments_days_old' => 14,
|
||||
'thread_comments' => 1,
|
||||
'thread_comments_depth' => 5,
|
||||
'page_comments' => 1,
|
||||
'page_comments' => 0,
|
||||
'comments_per_page' => 50,
|
||||
'default_comments_page' => 'newest',
|
||||
'comment_order' => 'asc',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user