Changeset 1506 for trunk/bp-xprofile.php
- Timestamp:
- 06/03/2009 11:20:28 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile.php
r1486 r1506 744 744 745 745 // Record in activity stream 746 xprofile_record_activity( array( 'item_id' => $group->id, 'component_name' => 'profile', 'component_action' => 'updated_profile', 'is_private' => 0 ) );746 xprofile_record_activity( array( 'item_id' => $group->id, 'component_name' => $bp->profile->slug, 'component_action' => 'updated_profile', 'is_private' => 0 ) ); 747 747 748 748 do_action( 'xprofile_updated_profile', $group->id );
Note: See TracChangeset
for help on using the changeset viewer.