Changeset 9308 for trunk/src/bp-friends/bp-friends-notifications.php
- Timestamp:
- 01/07/2015 10:03:19 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-friends/bp-friends-notifications.php
r9175 r9308 330 330 * @param int $friendship_id The unique ID of the friendship 331 331 * @param int $initiator_user_id The friendship initiator user ID 332 * @param int $friend_user_id The friendship request rec iever user ID332 * @param int $friend_user_id The friendship request receiver user ID 333 333 */ 334 334 function bp_friends_friendship_requested_notification( $friendship_id, $initiator_user_id, $friend_user_id ) { … … 368 368 * @param int $friendship_id The unique ID of the friendship 369 369 * @param int $initiator_user_id The friendship initiator user ID 370 * @param int $friend_user_id The friendship request rec iever user ID370 * @param int $friend_user_id The friendship request receiver user ID 371 371 */ 372 372 function bp_friends_add_friendship_accepted_notification( $friendship_id, $initiator_user_id, $friend_user_id ) {
Note: See TracChangeset
for help on using the changeset viewer.