Changeset 4247 for trunk/bp-friends/bp-friends-notifications.php
- Timestamp:
- 04/22/2011 10:23:59 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/bp-friends/bp-friends-notifications.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-friends/bp-friends-notifications.php
r4144 r4247 81 81 wp_mail( $to, $subject, $message ); 82 82 83 do_action( 'bp_friends_sent_accepted_email', $init ator_id, $subject, $message, $friendship_id, $friend_id );83 do_action( 'bp_friends_sent_accepted_email', $initiator_id, $subject, $message, $friendship_id, $friend_id ); 84 84 } 85 85
Note: See TracChangeset
for help on using the changeset viewer.