Index: wp-admin/update-core.php
===================================================================
--- wp-admin/update-core.php	(revision 18561)
+++ wp-admin/update-core.php	(working copy)
@@ -362,7 +362,7 @@
 			show_message( __('Installation Failed') );
 	} else {
 		show_message( __('WordPress updated successfully') );
-		show_message( '<a href="' . esc_url( self_admin_url() ) . '">' . __('Go to Dashboard') . '</a>' );
+		show_message( '<a href="' . esc_url( self_admin_url() ) . '">' . __('Go to Dashboard') . '</a> | <a href="' . self_admin_url('update-core.php') . '" title="' . esc_attr__('Go to WordPress Updates page') . '" target="_parent">' . __('Return to WordPress Updates') . '</a>' );
 	}
 	echo '</div>';
 }
