Changeset 5445 for trunk/bp-members/bp-members-signup.php
- Timestamp:
- 12/05/2011 07:12:44 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-members/bp-members-signup.php
r5443 r5445 569 569 $from_name = ( '' == get_option( 'blogname' ) ) ? __( 'BuddyPress', 'buddypress' ) : esc_html( get_option( 'blogname' ) ); 570 570 571 $message = sprintf( __( "Thanks for registering! To complete the activation of your account please click the following link:\n\n% s\n\n", 'buddypress' ), $activate_url );571 $message = sprintf( __( "Thanks for registering! To complete the activation of your account please click the following link:\n\n%1\$s\n\n", 'buddypress' ), $activate_url ); 572 572 $subject = '[' . $from_name . '] ' . __( 'Activate Your Account', 'buddypress' ); 573 573
Note: See TracChangeset
for help on using the changeset viewer.