Changeset 6994
- Timestamp:
- 05/05/2013 01:56:16 AM (12 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-members/bp-members-screens.php
r6438 r6994 429 429 430 430 if ( 'completed-confirmation' == bp_get_current_signup_step() ) { 431 $title = __( ' Sign Up Complete!', 'buddypress' );431 $title = __( 'Check Your Email To Activate Your Account!', 'buddypress' ); 432 432 } 433 433 -
trunk/bp-themes/bp-default/registration/register.php
r6975 r6994 251 251 <?php if ( 'completed-confirmation' == bp_get_current_signup_step() ) : ?> 252 252 253 <h2><?php _e( ' Sign Up Complete!', 'buddypress' ); ?></h2>253 <h2><?php _e( 'Check Your Email To Activate Your Account!', 'buddypress' ); ?></h2> 254 254 255 255 <?php do_action( 'template_notices' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.