diff --git a/src/bp-friends/bp-friends-activity.php b/src/bp-friends/bp-friends-activity.php
index 4297c7680..35523a1b1 100644
|
a
|
b
|
function bp_friends_format_activity_action_friendship_accepted( $action, $activi |
| 153 | 153 | // avoid having to build this object if it's not necessary. |
| 154 | 154 | if ( has_filter( 'friends_activity_friendship_accepted_action' ) ) { |
| 155 | 155 | $friendship = new BP_Friends_Friendship( $activity->item_id ); |
| 156 | | $action = apply_filters( 'friends_activity_friendsip_accepted_action', $action, $friendship ); |
| | 156 | $action = apply_filters( 'friends_activity_friendship_accepted_action', $action, $friendship ); |
| 157 | 157 | } |
| 158 | 158 | |
| 159 | 159 | /** |