When createing "Sample Page" on install, comments should be closed
.
Props macmanx. Fixes #33490. git-svn-id: https://develop.svn.wordpress.org/trunk@33693 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
7dd261ce61
commit
ab71eb93b1
@ -222,6 +222,7 @@ As a new WordPress user, you should go to <a href=\"%s\">your dashboard</a> to d
|
||||
'post_date_gmt' => $now_gmt,
|
||||
'post_content' => $first_page,
|
||||
'post_excerpt' => '',
|
||||
'comment_status' => 'closed',
|
||||
'post_title' => __( 'Sample Page' ),
|
||||
/* translators: Default page slug */
|
||||
'post_name' => __( 'sample-page' ),
|
||||
|
Loading…
Reference in New Issue
Block a user