mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-18 04:25:07 +00:00
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:
parent
eded683486
commit
376a690988
@ -215,6 +215,7 @@ function populate_options() {
|
|||||||
'mailserver_port' => 110,
|
'mailserver_port' => 110,
|
||||||
'default_category' => 1,
|
'default_category' => 1,
|
||||||
'default_comment_status' => 'open',
|
'default_comment_status' => 'open',
|
||||||
|
'default_comment_status_page' => 'open',
|
||||||
'default_ping_status' => 'open',
|
'default_ping_status' => 'open',
|
||||||
'default_pingback_flag' => 1,
|
'default_pingback_flag' => 1,
|
||||||
'default_post_edit_rows' => 10,
|
'default_post_edit_rows' => 10,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user