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
This commit is contained in:
nacin 2010-02-28 00:12:43 +00:00
parent c345aa4b0b
commit 206f886d54
1 changed files with 1 additions and 0 deletions

View File

@ -322,6 +322,7 @@ function do_core_upgrade( $reinstall = false ) {
show_message( __('Installation Failed') );
} else {
show_message( __('WordPress upgraded successfully') );
show_message( '<strong>' . __('Actions:') . '</strong> <a href="' . esc_url( admin_url() ) . '">' . __('Go to Dashboard') . '</a>' );
}
echo '</div>';
}