diff --git a/wp-admin/includes/update-core.php b/wp-admin/includes/update-core.php
index e1fa44aa87..f61029a41c 100644
--- a/wp-admin/includes/update-core.php
+++ b/wp-admin/includes/update-core.php
@@ -837,7 +837,7 @@ function _redirect_to_about_wordpress( $new_version ) {
show_message( __('WordPress updated successfully') );
// self_admin_url() won't exist when upgrading from <= 3.0, so relative URLs are intentional.
- show_message( '' . sprintf( __( 'Welcome to WordPress %1$s. You will be redirected to the About WordPress screen. If not, click here.' ), $new_version, 'about.php?updated' ) . '' );
+ show_message( '' . sprintf( __( 'Welcome to WordPress %1$s. You will be redirected to the About WordPress screen. If not, click here.' ), $new_version, 'about.php?updated' ) . '' );
show_message( '' . sprintf( __( 'Welcome to WordPress %1$s. Learn more.' ), $new_version, 'about.php?updated' ) . '' );
echo '';
?>
diff --git a/wp-admin/update-core.php b/wp-admin/update-core.php
index 3fedadc366..a4170c5bd4 100644
--- a/wp-admin/update-core.php
+++ b/wp-admin/update-core.php
@@ -354,7 +354,7 @@ function do_core_upgrade( $reinstall = false ) {
}
show_message( __('WordPress updated successfully') );
- show_message( '' . sprintf( __( 'Welcome to WordPress %1$s. You will be redirected to the About WordPress screen. If not, click here.' ), $result, esc_url( self_admin_url( 'about.php?updated' ) ) ) . '' );
+ show_message( '' . sprintf( __( 'Welcome to WordPress %1$s. You will be redirected to the About WordPress screen. If not, click here.' ), $result, esc_url( self_admin_url( 'about.php?updated' ) ) ) . '' );
show_message( '' . sprintf( __( 'Welcome to WordPress %1$s. Learn more.' ), $result, esc_url( self_admin_url( 'about.php?updated' ) ) ) . '' );
?>