Changeset 9318 for trunk/src/bp-friends/bp-friends-activity.php
- Timestamp:
- 01/08/2015 10:28:43 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-friends/bp-friends-activity.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-friends/bp-friends-activity.php
r9308 r9318 283 283 */ 284 284 function bp_friends_friendship_accepted_activity( $friendship_id, $initiator_user_id, $friend_user_id, $friendship = false ) { 285 286 // Bail if Activity component is not active287 285 if ( ! bp_is_active( 'activity' ) ) { 288 286 return; 289 287 } 290 291 // Get links to both members profiles292 $initiator_link = bp_core_get_userlink( $initiator_user_id );293 $friend_link = bp_core_get_userlink( $friend_user_id );294 288 295 289 // Record in activity streams for the initiator
Note: See TracChangeset
for help on using the changeset viewer.