Remove duplicated line. props ocean90, fixes #18467.
git-svn-id: https://develop.svn.wordpress.org/trunk@19535 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
c7ce64ab95
commit
a61ece2f3a
@ -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>' );
|
||||
|
Loading…
Reference in New Issue
Block a user