- Timestamp:
- 04/02/2015 12:15:18 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-group.php
r9677 r9678 114 114 global $wpdb; 115 115 116 // Filter the field group attributes 116 117 $this->name = apply_filters( 'xprofile_group_name_before_save', $this->name, $this->id ); 117 118 $this->description = apply_filters( 'xprofile_group_description_before_save', $this->description, $this->id );
Note: See TracChangeset
for help on using the changeset viewer.