Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/05/2011 07:12:44 PM (14 years ago)
Author:
djpaul
Message:

Make sure that all emails' contents have argument swapping for i18n placeholder variables. Fixes #3795

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-members/bp-members-signup.php

    r5443 r5445  
    569569    $from_name = ( '' == get_option( 'blogname' ) ) ? __( 'BuddyPress', 'buddypress' ) : esc_html( get_option( 'blogname' ) );
    570570
    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 );
    572572    $subject = '[' . $from_name . '] ' . __( 'Activate Your Account', 'buddypress' );
    573573
Note: See TracChangeset for help on using the changeset viewer.