Skip to:
Content

BuddyPress.org

Changeset 2941 for trunk/bp-friends.php


Ignore:
Timestamp:
04/19/2010 06:13:58 PM (15 years ago)
Author:
johnjamesjacoby
Message:

Fixes #2291 props DJPaul

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-friends.php

    r2925 r2941  
    385385            'user_id' => $friendship->initiator_user_id,
    386386            '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 ),
    388388            'item_id' => $friendship_id
    389389        ) );
     
    393393            'user_id' => $friendship->friend_user_id,
    394394            '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 ),
    396396            'item_id' => $friendship_id,
    397397            'hide_sitewide' => true /* We've already got the first entry site wide */
Note: See TracChangeset for help on using the changeset viewer.