- Timestamp:
- 01/06/2023 11:35:55 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-group.php
r13372 r13392 214 214 if ( ! empty( $this->fields ) ) { 215 215 for ( $i = 0, $count = count( $this->fields ); $i < $count; ++$i ) { 216 BP_XProfile_ProfileData::delete_for_field( $this->fields[ $i]->id );216 BP_XProfile_ProfileData::delete_for_field( $this->fields[ $i ]->id ); 217 217 } 218 218 }
Note: See TracChangeset
for help on using the changeset viewer.