Changeset 8428 for trunk/src/bp-friends/bp-friends-activity.php
- Timestamp:
- 05/16/2014 01:05:35 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-friends/bp-friends-activity.php
r8259 r8428 97 97 'friendship_accepted', 98 98 __( 'Friendships accepted', 'buddypress' ), 99 'bp_friends_format_activity_action_friendship_accepted' 99 'bp_friends_format_activity_action_friendship_accepted', 100 __( 'Friendships', 'buddypress' ), 101 array( 'activity', 'member' ) 100 102 ); 101 103 … … 104 106 'friendship_created', 105 107 __( 'New friendships', 'buddypress' ), 106 'bp_friends_format_activity_action_friendship_created' 108 'bp_friends_format_activity_action_friendship_created', 109 __( 'Friendships', 'buddypress' ), 110 array( 'activity', 'member' ) 107 111 ); 108 112
Note: See TracChangeset
for help on using the changeset viewer.