Changeset 42844
- Timestamp:
- 03/18/2018 02:44:47 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-activate.php
r42343 r42844 113 113 /* translators: 1: site URL, 2: username, 3: user email, 4: lost password URL */ 114 114 __( 'Your site at %1$s is active. You may now log in to your site using your chosen username of “%2$s”. Please check your email inbox at %3$s for your password and login instructions. If you do not receive an email, please check your junk or spam folder. If you still do not receive an email within an hour, you can <a href="%4$s">reset your password</a>.' ), 115 sprintf( '<a href="http://% s">%s</a>', $signup->domain ),115 sprintf( '<a href="http://%1$s">%1$s</a>', $signup->domain ), 116 116 $signup->user_login, 117 117 $signup->user_email,
Note: See TracChangeset
for help on using the changeset viewer.