- Timestamp:
- 04/16/2021 05:37:03 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/members/register.php
r12595 r12887 166 166 167 167 <?php /* Use the profile field loop to render input fields for the 'base' profile field group */ ?> 168 <?php if ( bp_is_active( 'xprofile' ) ) : if ( bp_has_profile( array( 'profile_group_id' => 1, 'fetch_field_data' => false) ) ) : while ( bp_profile_groups() ) : bp_the_profile_group(); ?>168 <?php if ( bp_is_active( 'xprofile' ) ) : if ( bp_has_profile( bp_xprofile_signup_args() ) ) : while ( bp_profile_groups() ) : bp_the_profile_group(); ?> 169 169 170 170 <?php while ( bp_profile_fields() ) : bp_the_profile_field(); ?>
Note: See TracChangeset
for help on using the changeset viewer.