Changeset 10558
- Timestamp:
- 02/08/2016 04:52:51 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-field.php
r10557 r10558 270 270 // Create the field type and store a reference back to this object. 271 271 $this->type_obj = bp_xprofile_create_field_type( $this->type ); 272 $this->type_obj->field_obj = $this; ;272 $this->type_obj->field_obj = $this; 273 273 } 274 274
Note: See TracChangeset
for help on using the changeset viewer.