Make WordPress Core


Ignore:
Timestamp:
10/23/2008 04:08:47 PM (15 years ago)
Author:
ryan
Message:

Comment paging and sorting from Viper007Bond. see #7927

File:
1 edited

Legend:

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

    r9290 r9296  
    289289    add_option('close_comments_for_old_posts', 0);
    290290    add_option('close_comments_days_old', 14);
     291    add_option('thread_comments', 0);
     292    add_option('thread_comments_depth', 5);
     293    add_option('page_comments', 1);
     294    add_option('comments_per_page', 10);
     295    add_option('default_comments_page', 'newest');
     296    add_option('comment_order', 'asc');
    291297
    292298    // Delete unused options
Note: See TracChangeset for help on using the changeset viewer.