Changeset 4788
- Timestamp:
- 07/22/2011 12:40:29 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-functions.php
r4775 r4788 705 705 bp_update_user_meta( $bp->loggedin_user->id, 'bp_latest_update', array( 'id' => $activity_id, 'content' => wp_filter_kses( $content ) ) ); 706 706 707 // Require the notifications code so email notifications can be set on the 'bp_activity_posted_update' action.708 require( BP_PLUGIN_DIR . '/bp-activity/bp-activity-notifications.php' );709 710 707 do_action( 'bp_activity_posted_update', $content, $user_id, $activity_id ); 711 708 … … 751 748 752 749 // Send an email notification if settings allow 753 require( BP_PLUGIN_DIR . '/bp-activity/bp-activity-notifications.php' );754 750 bp_activity_new_comment_notification( $comment_id, $user_id, $params ); 755 751
Note: See TracChangeset
for help on using the changeset viewer.