Skip to content

Commit

Permalink
Remove duplicated line. props ocean90, fixes #18467.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.automattic.com/wordpress/trunk@19535 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
nacin committed Dec 1, 2011
1 parent 9f2f75c commit 46efcf6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wp-admin/update-core.php
Expand Up @@ -382,7 +382,6 @@ function do_core_upgrade( $reinstall = false ) {
return;
}

show_message( __('WordPress updated successfully') );
show_message( __('WordPress updated successfully') );
show_message( '<span class="hide-if-no-js">' . sprintf( __( 'Welcome to WordPress %1$s. You will be redirected to the About WordPress screen. If not, click <a href="%s">here</a>.' ), $result, esc_url( admin_url( 'about.php?updated' ) ) ) . '</span>' );
show_message( '<span class="hide-if-js">' . sprintf( __( 'Welcome to WordPress %1$s. <a href="%2$s">Learn more</a>.' ), $result, esc_url( admin_url( 'about.php?updated' ) ) ) . '</span>' );
Expand Down

0 comments on commit 46efcf6

Please sign in to comment.