Skip to:
Content

BuddyPress.org

Ticket #4725: trac4725_bp_activate_show_msgs.patch

File trac4725_bp_activate_show_msgs.patch, 807 bytes (added by magnus78, 12 years ago)

proposed fix

  • bp-themes/bp-default/registration/activate.php

     
    1111
    1212                                <h2 class="widgettitle"><?php _e( 'Account Activated', 'buddypress' ); ?></h2>
    1313
     14                                <?php do_action( 'template_notices' ); ?>
     15                               
    1416                                <?php do_action( 'bp_before_activate_content' ); ?>
    1517
    1618                                <?php if ( isset( $_GET['e'] ) ) : ?>
     
    2325
    2426                                <h3><?php _e( 'Activate your Account', 'buddypress' ); ?></h3>
    2527
     28                                <?php do_action( 'template_notices' ); ?>
     29                               
    2630                                <?php do_action( 'bp_before_activate_content' ); ?>
    2731
    2832                                <p><?php _e( 'Please provide a valid activation key.', 'buddypress' ); ?></p>