Changeset 6662
- Timestamp:
- 12/25/2012 09:21:34 AM (12 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-templates/bp-legacy/buddypress/members/activate.php
r6401 r6662 5 5 <div class="page" id="activate-page"> 6 6 7 <?php do_action( 'template_notices' ); ?> 8 9 <?php do_action( 'bp_before_activate_content' ); ?> 10 7 11 <?php if ( bp_account_was_activated() ) : ?> 8 9 <?php do_action( 'bp_before_activate_content' ); ?>10 12 11 13 <?php if ( isset( $_GET['e'] ) ) : ?> … … 16 18 17 19 <?php else : ?> 18 19 <?php do_action( 'bp_before_activate_content' ); ?>20 20 21 21 <p><?php _e( 'Please provide a valid activation key.', 'buddypress' ); ?></p> -
trunk/bp-themes/bp-default/registration/activate.php
r5737 r6662 8 8 <div class="page" id="activate-page"> 9 9 10 <h3><?php if ( bp_account_was_activated() ) : 11 _e( 'Account Activated', 'buddypress' ); 12 else : 13 _e( 'Activate your Account', 'buddypress' ); 14 endif; ?></h3> 15 16 <?php do_action( 'template_notices' ); ?> 17 18 <?php do_action( 'bp_before_activate_content' ); ?> 19 10 20 <?php if ( bp_account_was_activated() ) : ?> 11 12 <h2 class="widgettitle"><?php _e( 'Account Activated', 'buddypress' ); ?></h2>13 14 <?php do_action( 'bp_before_activate_content' ); ?>15 21 16 22 <?php if ( isset( $_GET['e'] ) ) : ?> … … 21 27 22 28 <?php else : ?> 23 24 <h3><?php _e( 'Activate your Account', 'buddypress' ); ?></h3>25 26 <?php do_action( 'bp_before_activate_content' ); ?>27 29 28 30 <p><?php _e( 'Please provide a valid activation key.', 'buddypress' ); ?></p>
Note: See TracChangeset
for help on using the changeset viewer.