- Timestamp:
- 03/28/2020 01:49:36 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/members/activate.php
r12082 r12595 45 45 <p><?php _e( 'Your account was activated successfully! Your account details have been sent to you in a separate email.', 'buddypress' ); ?></p> 46 46 <?php else : ?> 47 <p><?php printf( __( 'Your account was activated successfully! You can now <a href="%s">log in</a> with the username and password you provided when you signed up.', 'buddypress' ), wp_login_url( bp_get_root_domain() ) ); ?></p> 47 <p> 48 <?php 49 /* translators: %s: login url */ 50 printf( __( 'Your account was activated successfully! You can now <a href="%s">log in</a> with the username and password you provided when you signed up.', 'buddypress' ), wp_login_url( bp_get_root_domain() ) ); 51 ?> 52 </p> 48 53 <?php endif; ?> 49 54
Note: See TracChangeset
for help on using the changeset viewer.