Changeset 2502 for trunk/bp-activity.php
- Timestamp:
- 01/31/2010 08:08:28 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/bp-activity.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity.php
r2485 r2502 629 629 /* Send an email notification if settings allow */ 630 630 require_once( BP_PLUGIN_DIR . '/bp-activity/bp-activity-notifications.php' ); 631 bp_activity_new_comment_notification( $comment_id, $ params );631 bp_activity_new_comment_notification( $comment_id, $user_id, $params ); 632 632 633 633 do_action( 'bp_activity_comment_posted', $comment_id, $params );
Note: See TracChangeset
for help on using the changeset viewer.