From a61ece2f3aafbdcef9b31c7005d07d0a88e03f92 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Thu, 1 Dec 2011 23:04:26 +0000 Subject: [PATCH] Remove duplicated line. props ocean90, fixes #18467. git-svn-id: https://develop.svn.wordpress.org/trunk@19535 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/update-core.php | 1 - 1 file changed, 1 deletion(-) diff --git a/wp-admin/update-core.php b/wp-admin/update-core.php index 00e060ba1e..c071dc2382 100644 --- a/wp-admin/update-core.php +++ b/wp-admin/update-core.php @@ -382,7 +382,6 @@ function do_core_upgrade( $reinstall = false ) { return; } - show_message( __('WordPress updated successfully') ); show_message( __('WordPress updated successfully') ); show_message( '' . sprintf( __( 'Welcome to WordPress %1$s. You will be redirected to the About WordPress screen. If not, click here.' ), $result, esc_url( admin_url( 'about.php?updated' ) ) ) . '' ); show_message( '' . sprintf( __( 'Welcome to WordPress %1$s. Learn more.' ), $result, esc_url( admin_url( 'about.php?updated' ) ) ) . '' );