Make WordPress Core

Changeset 13272


Ignore:
Timestamp:
02/21/2010 01:02:00 AM (16 years ago)
Author:
wpmuguru
Message:

enable threaded comments by default, fixes #11992

File:
1 edited

Legend:

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

    r13242 r13272  
    300300        'close_comments_for_old_posts' => 0,
    301301        'close_comments_days_old' => 14,
    302         'thread_comments' => 0,
     302        'thread_comments' => 1,
    303303        'thread_comments_depth' => 5,
    304304        'page_comments' => 1,
Note: See TracChangeset for help on using the changeset viewer.