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:
Mark Jaquith 2008-10-24 07:22:50 +00:00
parent 13897aba80
commit 12f8028065
1 changed files with 1 additions and 1 deletions

View File

@ -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');