From 206f886d54ba1c0408a878e6cb6ec67fb7b06310 Mon Sep 17 00:00:00 2001 From: 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: http://svn.automattic.com/wordpress/trunk@13476 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 33914993c..fcba00c80 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 ''; }