add default comment status setting to populate_options(), see #12991

git-svn-id: http://svn.automattic.com/wordpress/trunk@14451 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
wpmuguru 2010-05-04 19:54:42 +00:00
parent eded683486
commit 376a690988
1 changed files with 1 additions and 0 deletions

View File

@ -215,6 +215,7 @@ function populate_options() {
'mailserver_port' => 110,
'default_category' => 1,
'default_comment_status' => 'open',
'default_comment_status_page' => 'open',
'default_ping_status' => 'open',
'default_pingback_flag' => 1,
'default_post_edit_rows' => 10,