Changeset 3479 for trunk/bp-friends.php
- Timestamp:
- 11/23/2010 10:59:37 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/bp-friends.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-friends.php
r3466 r3479 396 396 'user_id' => $friendship->initiator_user_id, 397 397 'type' => 'friendship_created', 398 'action' => apply_filters( 'friends_activity_friendship_accepted_action', sprintf( __( '%1$s and %2$s are now friends', 'buddypress' ), $initiator_link, $friend_link ), &$friendship ),398 'action' => apply_filters( 'friends_activity_friendship_accepted_action', sprintf( __( '%1$s and %2$s are now friends', 'buddypress' ), $initiator_link, $friend_link ), $friendship ), 399 399 'item_id' => $friendship_id, 400 400 'secondary_item_id' => $friendship->friend_user_id … … 405 405 'user_id' => $friendship->friend_user_id, 406 406 'type' => 'friendship_created', 407 'action' => apply_filters( 'friends_activity_friendship_accepted_action', sprintf( __( '%1$s and %2$s are now friends', 'buddypress' ), $friend_link, $initiator_link ), &$friendship ),407 'action' => apply_filters( 'friends_activity_friendship_accepted_action', sprintf( __( '%1$s and %2$s are now friends', 'buddypress' ), $friend_link, $initiator_link ), $friendship ), 408 408 'item_id' => $friendship_id, 409 409 'secondary_item_id' => $friendship->initiator_user_id,
Note: See TracChangeset
for help on using the changeset viewer.