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:
parent
6034c105d6
commit
0a20229178
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user