Ticket #976: jeffsayre_xprofile_register_activity.patch
File jeffsayre_xprofile_register_activity.patch, 676 bytes (added by , 15 years ago) |
---|
-
Users/jeffsayre/Desktop/BuddyPress
586 586 return false; 587 587 588 588 /* Register the activity stream actions for this component */ 589 bp_activity_set_action( $bp->profile->id, ' new_wire_post', __( 'New profile wire post', 'buddypress' ) );589 bp_activity_set_action( $bp->profile->id, 'updated_profile', __( 'Updated Profile', 'buddypress' ) ); 590 590 591 591 do_action( 'xprofile_register_activity_actions' ); 592 592 }