Changeset 5437 for trunk/bp-xprofile/bp-xprofile-activity.php
- Timestamp:
- 12/04/2011 05:20:57 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-activity.php
r5302 r5437 16 16 global $bp; 17 17 18 if ( bp_is_active( 'activity' ) )19 return false;20 21 18 // Register the activity stream actions for this component 19 bp_activity_set_action( $bp->profile->id, 'new_avatar', __( 'Member changed profile picture', 'buddypress' ) ); 22 20 bp_activity_set_action( $bp->profile->id, 'new_member', __( 'New member registered', 'buddypress' ) ); 23 bp_activity_set_action( $bp->profile->id, 'updated_profile', __( 'Updated Profile', 21 bp_activity_set_action( $bp->profile->id, 'updated_profile', __( 'Updated Profile', 'buddypress' ) ); 24 22 25 23 do_action( 'xprofile_register_activity_actions' );
Note: See TracChangeset
for help on using the changeset viewer.