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

git-svn-id: https://develop.svn.wordpress.org/trunk@14451 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ron Rennick 2010-05-04 19:54:42 +00:00
parent 6034c105d6
commit 0a20229178

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,