From 46efcf6fdba7ae62314054d45b471179ca85c67b Mon Sep 17 00:00:00 2001 From: nacin Date: Thu, 1 Dec 2011 23:04:26 +0000 Subject: [PATCH] Remove duplicated line. props ocean90, fixes #18467. git-svn-id: http://svn.automattic.com/wordpress/trunk@19535 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 00e060ba1..c071dc238 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' ) ) ) . '' );