- Timestamp:
- 09/30/2015 11:42:33 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-field.php
r10142 r10160 384 384 385 385 // Recreate type_obj in case someone changed $this->type via a filter 386 387 386 $this->type_obj = bp_xprofile_create_field_type( $this->type ); 387 $this->type_obj->field_obj = $this; 388 388 389 389 return $this->id;
Note: See TracChangeset
for help on using the changeset viewer.