Increase the default number of comments per page to 50. 10 is far too few.
git-svn-id: https://develop.svn.wordpress.org/trunk@9316 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
13897aba80
commit
12f8028065
@ -291,7 +291,7 @@ function populate_options() {
|
||||
add_option('thread_comments', 0);
|
||||
add_option('thread_comments_depth', 5);
|
||||
add_option('page_comments', 1);
|
||||
add_option('comments_per_page', 10);
|
||||
add_option('comments_per_page', 50);
|
||||
add_option('default_comments_page', 'newest');
|
||||
add_option('comment_order', 'asc');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user