Make WordPress Core

Ticket #27192: 27192.5.diff

File 27192.5.diff, 985 bytes (added by Hanni, 11 years ago)

consistency between "welcome_email" and "welcome_user_email" too.

  • ms-functions.php

     
    14681468
    14691469You can log in to the administrator account with the following information:
    14701470Username: USERNAME
    1471 Password: PASSWORD
     1471Temporary Password: PASSWORD
    14721472Log in here: BLOG_URLwp-login.php
    14731473
     1474Please change this temporary password when logging in for the first time.
     1475
    14741476We hope you enjoy your new site. Thanks!
    14751477
    14761478--The Team @ SITE_NAME' );
     
    21182120                remove_filter( 'site_option_welcome_user_email', 'welcome_user_msg_filter' );
    21192121                $text = __( 'Dear User,
    21202122
    2121 Your new account is set up.
     2123Your new account has been sucessfully set up:
    21222124
    21232125You can log in with the following information:
    21242126Username: USERNAME
    2125 Password: PASSWORD
     2127Temporary Password: PASSWORD
    21262128LOGINLINK
    21272129
     2130Please change this temporary password when logging in for the first time.
     2131
    21282132Thanks!
    21292133
    21302134--The Team @ SITE_NAME' );