Changeset 1237
- Timestamp:
- 03/19/2009 10:00:26 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-activation.php
r1184 r1237 48 48 49 49 <?php 50 printf(__('<p class="lead-in">Your account has been activated. You may now <a href="%1$s">log in</a> to the 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>.</p>', 'buddypress' ), site_url( '/wp-login.php?redirect_to=' . site_url() ), $signup->user_email, site_url( '/wp-login.php?action=lostpassword' ));50 _e( 'Your account has already been activated. You can now log in with the account details that were emailed to you.' ); 51 51 52 52 } else {
Note: See TracChangeset
for help on using the changeset viewer.