Changeset 3917 for trunk/bp-themes/bp-default/registration/register.php
- Timestamp:
- 01/25/2011 08:58:56 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/registration/register.php
r3790 r3917 48 48 <?php /***** Extra Profile Details ******/ ?> 49 49 50 <?php if ( bp_is_active( ' profile' ) ) : ?>50 <?php if ( bp_is_active( 'xprofile' ) ) : ?> 51 51 52 52 <?php do_action( 'bp_before_signup_profile_fields' ) ?> … … 57 57 58 58 <?php /* Use the profile field loop to render input fields for the 'base' profile field group */ ?> 59 <?php if ( bp_is_active( ' profile' ) ) : if ( bp_has_profile( 'profile_group_id=1' ) ) : while ( bp_profile_groups() ) : bp_the_profile_group(); ?>59 <?php if ( bp_is_active( 'xprofile' ) ) : if ( bp_has_profile( 'profile_group_id=1' ) ) : while ( bp_profile_groups() ) : bp_the_profile_group(); ?> 60 60 61 61 <?php while ( bp_profile_fields() ) : bp_the_profile_field(); ?>
Note: See TracChangeset
for help on using the changeset viewer.