- Timestamp:
- 04/20/2024 06:48:57 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-group.php
r13494 r13797 347 347 } 348 348 349 $signup_fields_order = bp_xprofile_get_signup_field_ids(); 350 349 351 // Pull field objects from the cache. 350 352 $fields = array(); 351 353 foreach ( $field_ids as $field_id ) { 352 if ( true === $r['signup_fields_only'] && ! in_array( $field_id, bp_xprofile_get_signup_field_ids(), true ) ) {354 if ( true === $r['signup_fields_only'] && ! in_array( $field_id, $signup_fields_order, true ) ) { 353 355 continue; 354 356 }
Note: See TracChangeset
for help on using the changeset viewer.