mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-03 15:08:10 +01:00
Increase the default number of comments per page to 50. 10 is far too few.
git-svn-id: http://svn.automattic.com/wordpress/trunk@9316 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
58d9c20de5
commit
bfc531cd80
@ -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