Make WordPress Core

Changeset 9316


Ignore:
Timestamp:
10/24/2008 07:22:50 AM (16 years ago)
Author:
markjaquith
Message:

Increase the default number of comments per page to 50. 10 is far too few.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/schema.php

    r9296 r9316  
    292292    add_option('thread_comments_depth', 5);
    293293    add_option('page_comments', 1);
    294     add_option('comments_per_page', 10);
     294    add_option('comments_per_page', 50);
    295295    add_option('default_comments_page', 'newest');
    296296    add_option('comment_order', 'asc');
Note: See TracChangeset for help on using the changeset viewer.