Changeset 7420
- Timestamp:
- 10/11/2013 06:36:09 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/bp-xprofile/bp-xprofile-classes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-classes.php
r7419 r7420 510 510 global $wpdb, $bp; 511 511 512 $this->group_id = apply_filters( 'xprofile_field_group_id_before_save', $this->group_id, $this->id );512 $this->group_id = apply_filters( 'xprofile_field_group_id_before_save', $this->group_id, $this->id ); 513 513 $this->parent_id = apply_filters( 'xprofile_field_parent_id_before_save', $this->parent_id, $this->id ); 514 $this->type = apply_filters( 'xprofile_field_type_before_save', $this->type, $this->id );515 $this->name = apply_filters( 'xprofile_field_name_before_save', $this->name, $this->id );514 $this->type = apply_filters( 'xprofile_field_type_before_save', $this->type, $this->id ); 515 $this->name = apply_filters( 'xprofile_field_name_before_save', $this->name, $this->id ); 516 516 $this->description = apply_filters( 'xprofile_field_description_before_save', $this->description, $this->id ); 517 517 $this->is_required = apply_filters( 'xprofile_field_is_required_before_save', $this->is_required, $this->id );
Note: See TracChangeset
for help on using the changeset viewer.