Skip to:
Content

BuddyPress.org

Ticket #4963: 4963.diff

File 4963.diff, 1.8 KB (added by merty, 11 years ago)
  • bp-templates/bp-legacy/buddypress/members/activate.php

     
    1313                        <?php if ( isset( $_GET['e'] ) ) : ?>
    1414                                <p><?php _e( 'Your account was activated successfully! Your account details have been sent to you in a separate email.', 'buddypress' ); ?></p>
    1515                        <?php else : ?>
    16                                 <p><?php _e( 'Your account was activated successfully! You can now log in with the username and password you provided when you signed up.', 'buddypress' ); ?></p>
     16                                <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' ), site_url('wp-login.php') ); ?></p>
    1717                        <?php endif; ?>
    1818
    1919                <?php else : ?>
  • bp-themes/bp-default/registration/activate.php

     
    2222                                <?php if ( isset( $_GET['e'] ) ) : ?>
    2323                                        <p><?php _e( 'Your account was activated successfully! Your account details have been sent to you in a separate email.', 'buddypress' ); ?></p>
    2424                                <?php else : ?>
    25                                         <p><?php _e( 'Your account was activated successfully! You can now log in with the username and password you provided when you signed up.', 'buddypress' ); ?></p>
     25                                        <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' ), site_url('wp-login.php') ); ?></p>
    2626                                <?php endif; ?>
    2727
    2828                        <?php else : ?>