Skip to:
Content

BuddyPress.org

Ticket #4731: 4731#.php

File 4731#.php, 1012 bytes (added by sooskriszta, 11 years ago)

Updated patch - 29 Jul 2014

Line 
1Index: bp-core-filters.php
2===================================================================
3--- bp-core-filters.php (revision 8709)
4+++ bp-core-filters.php (working copy)
5@@ -317,7 +317,7 @@
6        $activate_url = esc_url( $activate_url );
7 
8        // Email contents
9-       $message = sprintf( __( "Thanks for registering! To complete the activation of your account and blog, please click the following link:\n\n%1\$s\n\n\n\nAfter you activate, you can visit your blog here:\n\n%2\$s", 'buddypress' ), $activate_url, esc_url( "http://{$domain}{$path}" ) );
10+       $message = sprintf( __( "\n\n%1\$s,\n\n\n\nThanks for registering! To complete the activation of your account and blog, please click the following link:\n\n%2\$s\n\n\n\nAfter you activate, you can visit your blog here:\n\n%3\$s", 'buddypress' ), $user, $activate_url, esc_url( "http://{$domain}{$path}" ) );
11        $subject = bp_get_email_subject( array( 'text' => sprintf( __( 'Activate %s', 'buddypress' ), 'http://' . $domain . $path ) ) );
12 
13        // Email filters