When createing "Sample Page" on install, comments should be `closed`.
Props macmanx. Fixes #33490. Built from https://develop.svn.wordpress.org/trunk@33693 git-svn-id: http://core.svn.wordpress.org/trunk@33660 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
fa2d0a2d55
commit
e9305edbce
|
@ -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_date_gmt' => $now_gmt,
|
||||||
'post_content' => $first_page,
|
'post_content' => $first_page,
|
||||||
'post_excerpt' => '',
|
'post_excerpt' => '',
|
||||||
|
'comment_status' => 'closed',
|
||||||
'post_title' => __( 'Sample Page' ),
|
'post_title' => __( 'Sample Page' ),
|
||||||
/* translators: Default page slug */
|
/* translators: Default page slug */
|
||||||
'post_name' => __( 'sample-page' ),
|
'post_name' => __( 'sample-page' ),
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.4-alpha-33692';
|
$wp_version = '4.4-alpha-33693';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue