Changeset 2941 for trunk/bp-friends.php
- Timestamp:
- 04/19/2010 06:13:58 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-friends.php
r2925 r2941 385 385 'user_id' => $friendship->initiator_user_id, 386 386 'type' => 'friendship_created', 387 'action' => apply_filters( 'friends_activity_friendship_accepted_action', sprintf( __( '% s and %s are now friends', 'buddypress' ), $initiator_link, $friend_link ), &$friendship ),387 'action' => apply_filters( 'friends_activity_friendship_accepted_action', sprintf( __( '%1$s and %2$s are now friends', 'buddypress' ), $initiator_link, $friend_link ), &$friendship ), 388 388 'item_id' => $friendship_id 389 389 ) ); … … 393 393 'user_id' => $friendship->friend_user_id, 394 394 'type' => 'friendship_created', 395 'action' => apply_filters( 'friends_activity_friendship_accepted_action', sprintf( __( '% s and %s are now friends', 'buddypress' ), $friend_link, $initiator_link ), &$friendship ),395 'action' => apply_filters( 'friends_activity_friendship_accepted_action', sprintf( __( '%1$s and %2$s are now friends', 'buddypress' ), $friend_link, $initiator_link ), &$friendship ), 396 396 'item_id' => $friendship_id, 397 397 'hide_sitewide' => true /* We've already got the first entry site wide */
Note: See TracChangeset
for help on using the changeset viewer.