Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/25/2012 09:21:34 AM (12 years ago)
Author:
johnjamesjacoby
Message:

Make sure notices appear in activation templates. Props magnus78. Fixes #4725.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-templates/bp-legacy/buddypress/members/activate.php

    r6401 r6662  
    55    <div class="page" id="activate-page">
    66
     7        <?php do_action( 'template_notices' ); ?>
     8
     9        <?php do_action( 'bp_before_activate_content' ); ?>
     10
    711        <?php if ( bp_account_was_activated() ) : ?>
    8 
    9             <?php do_action( 'bp_before_activate_content' ); ?>
    1012
    1113            <?php if ( isset( $_GET['e'] ) ) : ?>
     
    1618
    1719        <?php else : ?>
    18 
    19             <?php do_action( 'bp_before_activate_content' ); ?>
    2020
    2121            <p><?php _e( 'Please provide a valid activation key.', 'buddypress' ); ?></p>
Note: See TracChangeset for help on using the changeset viewer.