- Timestamp:
- 04/16/2021 05:37:03 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/buddypress/members/register.php
r12260 r12887 4 4 * 5 5 * @since 3.0.0 6 * @version 4.0.06 * @version 8.0.0 7 7 */ 8 8 … … 39 39 <?php /***** Extra Profile Details ******/ ?> 40 40 41 <?php if ( bp_is_active( 'xprofile' ) && bp_nouveau_ base_account_has_xprofile() ) : ?>41 <?php if ( bp_is_active( 'xprofile' ) && bp_nouveau_has_signup_xprofile_fields( true ) ) : ?> 42 42 43 43 <?php bp_nouveau_signup_hook( 'before', 'signup_profile' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.