Make WordPress Core

Changeset 30742


Ignore:
Timestamp:
12/05/2014 01:14:03 AM (9 years ago)
Author:
nacin
Message:

Adjust [29806] and revert [29807] to restore placeholder and email copy order.

Avoids unnecessarily changing a (large, carefully formatted) translated string from 4.0.

fixes #21089.

Location:
trunk/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/schema.php

    r30122 r30742  
    918918You can log in to the administrator account with the following information:
    919919
    920 Log in here: BLOG_URLwp-login.php
    921920Username: USERNAME
    922921Password: PASSWORD
     922Log in here: BLOG_URLwp-login.php
    923923
    924924We hope you enjoy your new site. Thanks!
  • trunk/src/wp-admin/includes/upgrade.php

    r30680 r30742  
    285285You can log in to the administrator account with the following information:
    286286
    287 Log in here: %2\$s
    288 Username: %3\$s
    289 Password: %4\$s
     287Username: %2\$s
     288Password: %3\$s
     289Log in here: %4\$s
    290290
    291291We hope you enjoy your new site. Thanks!
     
    293293--The WordPress Team
    294294https://wordpress.org/
    295 "), $blog_url, $login_url, $name, $password );
     295"), $blog_url, $name, $password, $login_url );
    296296
    297297    @wp_mail($email, __('New WordPress Site'), $message);
  • trunk/src/wp-includes/ms-functions.php

    r30674 r30742  
    14451445You can log in to the administrator account with the following information:
    14461446
    1447 Log in here: BLOG_URLwp-login.php
    14481447Username: USERNAME
    14491448Password: PASSWORD
     1449Log in here: BLOG_URLwp-login.php
    14501450
    14511451We hope you enjoy your new site. Thanks!
Note: See TracChangeset for help on using the changeset viewer.