From 969f13bfa674c78b827ae9175549285d077f2e89 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Sun, 28 Feb 2010 00:12:43 +0000 Subject: [PATCH] Add link to dashboard after core upgrade. props Simek, fixes #11629 see #11232 git-svn-id: https://develop.svn.wordpress.org/trunk@13476 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/update-core.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-admin/update-core.php b/wp-admin/update-core.php index 33914993c9..fcba00c803 100644 --- a/wp-admin/update-core.php +++ b/wp-admin/update-core.php @@ -322,6 +322,7 @@ function do_core_upgrade( $reinstall = false ) { show_message( __('Installation Failed') ); } else { show_message( __('WordPress upgraded successfully') ); + show_message( '' . __('Actions:') . ' ' . __('Go to Dashboard') . '' ); } echo ''; }