Make WordPress Core


Ignore:
Timestamp:
12/01/2011 11:04:26 PM (13 years ago)
Author:
nacin
Message:

Remove duplicated line. props ocean90, fixes #18467.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/update-core.php

    r19532 r19535  
    384384
    385385    show_message( __('WordPress updated successfully') );
    386     show_message( __('WordPress updated successfully') );
    387386    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>' );
    388387    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>' );
Note: See TracChangeset for help on using the changeset viewer.