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/register.php

    r6284 r6401  
    1717
    1818        <?php if ( 'request-details' == bp_get_current_signup_step() ) : ?>
    19 
    20             <h2><?php _e( 'Create an Account', 'buddypress' ); ?></h2>
    2119
    2220            <?php do_action( 'template_notices' ); ?>
     
    170168                                <p class="field-visibility-settings-notoggle" id="field-visibility-settings-toggle-<?php bp_the_profile_field_id() ?>">
    171169                                    <?php printf( __( 'This field can be seen by: <span class="current-visibility-level">%s</span>', 'buddypress' ), bp_get_the_profile_field_visibility_level_label() ) ?>
    172                                 </p>           
     170                                </p>
    173171                            <?php endif ?>
    174172
     
    247245        <?php if ( 'completed-confirmation' == bp_get_current_signup_step() ) : ?>
    248246
    249             <h2><?php _e( 'Sign Up Complete!', 'buddypress' ); ?></h2>
    250 
    251247            <?php do_action( 'template_notices' ); ?>
    252248            <?php do_action( 'bp_before_registration_confirmed' ); ?>
Note: See TracChangeset for help on using the changeset viewer.