From 1c9139961243c8d1bd1c8c4dfd9a3df1e2ac38eb Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Tue, 9 Mar 2010 21:04:41 +0000 Subject: [PATCH] Don't page comments by default. fixes #12562 git-svn-id: https://develop.svn.wordpress.org/trunk@13636 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/schema.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/includes/schema.php b/wp-admin/includes/schema.php index cad7f065d7..1f0dc4699c 100644 --- a/wp-admin/includes/schema.php +++ b/wp-admin/includes/schema.php @@ -299,7 +299,7 @@ function populate_options() { 'close_comments_days_old' => 14, 'thread_comments' => 1, 'thread_comments_depth' => 5, - 'page_comments' => 1, + 'page_comments' => 0, 'comments_per_page' => 50, 'default_comments_page' => 'newest', 'comment_order' => 'asc',