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
This commit is contained in:
Andrew Nacin
2010-02-28 00:12:43 +00:00
parent 5b05536235
commit 969f13bfa6
+1
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>';
}