Changeset 29806
- Timestamp:
- 10/02/2014 01:27:57 AM (10 years ago)
- Location:
- trunk/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/schema.php
r29206 r29806 916 916 917 917 You can log in to the administrator account with the following information: 918 919 Log in here: BLOG_URLwp-login.php 918 920 Username: USERNAME 919 921 Password: PASSWORD 920 Log in here: BLOG_URLwp-login.php921 922 922 923 We hope you enjoy your new site. Thanks! -
trunk/src/wp-admin/includes/upgrade.php
r29630 r29806 278 278 $email = $user->user_email; 279 279 $name = $user->user_login; 280 $message = sprintf(__("Your new WordPress site has been successfully set up at: 280 $login_url = wp_login_url(); 281 $message = sprintf( __( "Your new WordPress site has been successfully set up at: 281 282 282 283 %1\$s … … 284 285 You can log in to the administrator account with the following information: 285 286 287 Log in here: %4\$s 286 288 Username: %2\$s 287 289 Password: %3\$s … … 291 293 --The WordPress Team 292 294 https://wordpress.org/ 293 "), $blog_url, $name, $password );295 "), $blog_url, $name, $password, $login_url ); 294 296 295 297 @wp_mail($email, __('New WordPress Site'), $message); -
trunk/src/wp-includes/ms-functions.php
r29718 r29806 1470 1470 1471 1471 You can log in to the administrator account with the following information: 1472 1473 Log in here: BLOG_URLwp-login.php 1472 1474 Username: USERNAME 1473 1475 Password: PASSWORD 1474 Log in here: BLOG_URLwp-login.php1475 1476 1476 1477 We hope you enjoy your new site. Thanks!
Note: See TracChangeset
for help on using the changeset viewer.