diff options
| author | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2005-07-28 15:30:03 +0000 |
|---|---|---|
| committer | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2005-07-28 15:30:03 +0000 |
| commit | d397ddd98681479725bbf2d7a63e5b65e7c1efa7 (patch) | |
| tree | 5f1c9e5fc158e3674063c6493305dc2fc6420142 | |
| parent | f697f7e4bda41932b4b5d2f5f8806b4121a65874 (diff) | |
Turn off comment moderation by default - wp-hashcash should take care of things!
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@91 7be80a69-a1ef-0310-a953-fb0f7c49ff36
| -rw-r--r-- | wp-inst/wp-admin/upgrade-schema.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-inst/wp-admin/upgrade-schema.php b/wp-inst/wp-admin/upgrade-schema.php index 36b8047..4f9d0ed 100644 --- a/wp-inst/wp-admin/upgrade-schema.php +++ b/wp-inst/wp-admin/upgrade-schema.php @@ -224,7 +224,7 @@ function populate_options() { add_option('links_recently_updated_prepend', '<em>'); add_option('links_recently_updated_append', '</em>'); add_option('links_recently_updated_time', 120); - add_option('comment_moderation', 1); + add_option('comment_moderation', 0); add_option('moderation_notify', 0); add_option('permalink_structure', '/%year%/%monthnum%/%day%/%postname%/'); add_option('gzipcompression', 0); |
