diff --git a/src/wp-admin/includes/update.php b/src/wp-admin/includes/update.php
index e3f363c16e..6661d44afd 100644
--- a/src/wp-admin/includes/update.php
+++ b/src/wp-admin/includes/update.php
@@ -203,7 +203,7 @@ function core_update_footer( $msg = '' ) {
return sprintf( __( 'You are using a development version (%1$s). Cool! Please stay updated.' ), get_bloginfo( 'version', 'display' ), network_admin_url( 'update-core.php' ) );
case 'upgrade' :
- return sprintf( ''.__( 'Get Version %2$s' ).'', network_admin_url( 'update-core.php' ), $cur->current);
+ return '' . sprintf( __( 'Get Version %s' ), $cur->current ) . '';
case 'latest' :
default :