Skip to:
Content

BuddyPress.org

Changeset 1814 for trunk/bp-friends.php


Ignore:
Timestamp:
09/07/2009 07:51:46 PM (16 years ago)
Author:
apeatling
Message:

Fixing the double "You" problem on activity items that contain users that have the same name. Fixes #915

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-friends.php

    r1810 r1814  
    639639            'item_id' => $friendship_id
    640640        ) );
     641
     642        $activity_content = apply_filters( 'bp_friends_friendship_accepted_activity', sprintf( __( '%s and %s are now friends', 'buddypress' ), $friend_link, $initiator_link ), &$friendship );
    641643       
    642644        /* Record in activity streams for the friend */
Note: See TracChangeset for help on using the changeset viewer.