Ticket #4725: trac4725_bp_activate_show_msgs.patch
File trac4725_bp_activate_show_msgs.patch, 807 bytes (added by , 12 years ago) |
---|
-
bp-themes/bp-default/registration/activate.php
11 11 12 12 <h2 class="widgettitle"><?php _e( 'Account Activated', 'buddypress' ); ?></h2> 13 13 14 <?php do_action( 'template_notices' ); ?> 15 14 16 <?php do_action( 'bp_before_activate_content' ); ?> 15 17 16 18 <?php if ( isset( $_GET['e'] ) ) : ?> … … 23 25 24 26 <h3><?php _e( 'Activate your Account', 'buddypress' ); ?></h3> 25 27 28 <?php do_action( 'template_notices' ); ?> 29 26 30 <?php do_action( 'bp_before_activate_content' ); ?> 27 31 28 32 <p><?php _e( 'Please provide a valid activation key.', 'buddypress' ); ?></p>