mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-06 13:29:35 +00:00
When creating "Sample Page" on install, comments should be closed.
Props macmanx. Cherry-picks [33693] onto 4.3 branch. Fixes #33490 for 4.3. Built from https://develop.svn.wordpress.org/branches/4.3@33950 git-svn-id: http://core.svn.wordpress.org/branches/4.3@33919 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d8ab8aa97c
commit
5b643782b6
@ -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…
x
Reference in New Issue
Block a user