Changeset 1262 for trunk/bp-friends/bp-friends-notifications.php
- Timestamp:
- 03/26/2009 11:20:12 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/bp-friends/bp-friends-notifications.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-friends/bp-friends-notifications.php
r1151 r1262 36 36 wp_mail( $to, $subject, $message ); 37 37 } 38 add_action( 'friends_friendship_requested', 'friends_notification_new_request', 10, 3 ); 38 39 39 40 40 function friends_notification_accepted_request( $friendship_id, $initiator_id, $friend_id ) { … … 71 71 wp_mail( $to, $subject, $message ); 72 72 } 73 add_action( 'friends_friendship_accepted', 'friends_notification_accepted_request', 10, 3 );74 73 75 74
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)