Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/13/2012 07:00:54 AM (14 years ago)
Author:
r-a-y
Message:

Theme Compat:

  • Introduce BP_Registration_Theme_Compat class - Adds registration / activation template support to theme compat.
  • Remove headers in bp-legacy register.php and activate.php template files as this is now handled by the_title().
  • Fix notice during signup when the XProfile component was disabled
File:
1 edited

Legend:

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

    r6284 r6401  
    66
    77        <?php if ( bp_account_was_activated() ) : ?>
    8 
    9             <h2 class="widgettitle"><?php _e( 'Account Activated', 'buddypress' ); ?></h2>
    108
    119            <?php do_action( 'bp_before_activate_content' ); ?>
     
    1816
    1917        <?php else : ?>
    20 
    21             <h3><?php _e( 'Activate your Account', 'buddypress' ); ?></h3>
    2218
    2319            <?php do_action( 'bp_before_activate_content' ); ?>
Note: See TracChangeset for help on using the changeset viewer.