diff --git a/wp-admin/includes/upgrade.php b/wp-admin/includes/upgrade.php
index 0d3376d693..b0f053ad62 100644
--- a/wp-admin/includes/upgrade.php
+++ b/wp-admin/includes/upgrade.php
@@ -164,6 +164,7 @@ function wp_install_defaults($user_id) {
'post_date_gmt' => $now_gmt,
'post_content' => sprintf(__('
Welcome to WordPress! This post contains important information. After you read it, you can make it private to hide it from visitors but still have the information handy for future reference.
+
First things first:
- Subscribe to the WordPress mailing list for release notifications
@@ -171,6 +172,7 @@ First things first:
As a subscriber, you will receive an email every time an update is available (and only then). This will make it easier to keep your site up to date, and secure from evildoers.
When a new version is released, log in to the Dashboard and follow the instructions.
Upgrading is a couple of clicks!
+
Then you can start enjoying the WordPress experience:
- Edit your personal information at Users › Your Profile
@@ -182,7 +184,9 @@ Then you can start enjoying the WordPress experience:
- Find answers to your questions at the WordPress Codex
To keep this post for reference, click to edit it, go to the Publish box and change its Visibility from Public to Private.
+
Thank you for selecting WordPress. We wish you happy publishing!
+
PS. Not yet subscribed for update notifications? Do it now!
'), _c('http://wordpress.org/download/','url for release notification mailing list subscription.'), admin_url(''), admin_url('profile.php'), admin_url('post-new.php'), admin_url('page-new.php'),
admin_url('plugin-install.php'), admin_url('theme-install.php'), admin_url('options-permalink.php'), admin_url('import.php'), _c('http://codex.wordpress.org','url for codex documentation.'), admin_url('post.php?action=edit&post=1')),