Changeset 45926 for trunk/src/wp-admin/includes/upgrade.php
- Timestamp:
- 09/01/2019 05:12:43 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/upgrade.php
r45789 r45926 584 584 $name = $user->user_login; 585 585 $login_url = wp_login_url(); 586 /* translators: New site notification email. 1: New site URL, 2: User login, 3: User password or password reset link, 4: Login URL */ 586 587 587 $message = sprintf( 588 /* translators: New site notification email. 1: New site URL, 2: User login, 3: User password or password reset link, 4: Login URL */ 588 589 __( 589 590 'Your new WordPress site has been successfully set up at:
Note: See TracChangeset
for help on using the changeset viewer.