Changeset 3772 for trunk/bp-activity/bp-activity-actions.php
- Timestamp:
- 01/20/2011 06:25:30 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-actions.php
r3751 r3772 87 87 88 88 // Call the action before the delete so plugins can still fetch information about it 89 do_action( 'bp_activity_ action_delete_activity', $activity_id, $activity->user_id );89 do_action( 'bp_activity_before_action_delete_activity', $activity_id, $activity->user_id ); 90 90 91 91 // Delete the activity item and provide user feedback … … 94 94 else 95 95 bp_core_add_message( __( 'There was an error when deleting that activity', 'buddypress' ), 'error' ); 96 97 do_action( 'bp_activity_action_delete_activity', $activity_id, $activity->user_id ); 96 98 97 99 // Redirect
Note: See TracChangeset
for help on using the changeset viewer.