diff --git a/wp-admin/includes/upgrade.php b/wp-admin/includes/upgrade.php index 8e6b10f011..ffdb52b160 100644 --- a/wp-admin/includes/upgrade.php +++ b/wp-admin/includes/upgrade.php @@ -222,6 +222,7 @@ As a new WordPress user, you should go to your dashboard 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' ), diff --git a/wp-includes/version.php b/wp-includes/version.php index ca45a13f97..141d09f6e4 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @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.