diff --git a/wp-admin/includes/upgrade.php b/wp-admin/includes/upgrade.php index d05686fa22..cb93df50fc 100644 --- a/wp-admin/includes/upgrade.php +++ b/wp-admin/includes/upgrade.php @@ -195,7 +195,7 @@ function wp_install_defaults( $user_id ) { $first_comment_email = 'wapuu@wordpress.example'; $first_comment_url = 'https://wordpress.org/'; $first_comment = __( 'Hi, this is a comment. -To moderate comments, just log in. There you will have the option to edit or delete them. +To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard. Commenter avatars come from Gravatar.' ); if ( is_multisite() ) { $first_comment_author = get_site_option( 'first_comment_author', $first_comment_author ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 003f705644..88eb1f410b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-alpha-37920'; +$wp_version = '4.6-alpha-37921'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.