- Timestamp:
- 05/22/2021 12:52:18 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-data-template.php
r12885 r12955 167 167 $groups = bp_xprofile_get_groups( $r ); 168 168 169 if ( true === $r['signup_fields_only'] && bp_get_signup_allowed()) {169 if ( true === $r['signup_fields_only'] ) { 170 170 $signup_fields_order = bp_xprofile_get_signup_field_ids(); 171 171 $signup_group = new BP_XProfile_Group();
Note: See TracChangeset
for help on using the changeset viewer.