Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/08/2015 10:28:43 PM (11 years ago)
Author:
djpaul
Message:

Remove some of our unused/dead variable assignments.

Identified by scrutinizer-ci.com; https://scrutinizer-ci.com/g/buddypress/BuddyPress/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-friends/bp-friends-activity.php

    r9308 r9318  
    283283 */
    284284function bp_friends_friendship_accepted_activity( $friendship_id, $initiator_user_id, $friend_user_id, $friendship = false ) {
    285 
    286     // Bail if Activity component is not active
    287285    if ( ! bp_is_active( 'activity' ) ) {
    288286        return;
    289287    }
    290 
    291     // Get links to both members profiles
    292     $initiator_link = bp_core_get_userlink( $initiator_user_id );
    293     $friend_link    = bp_core_get_userlink( $friend_user_id    );
    294288
    295289    // Record in activity streams for the initiator
Note: See TracChangeset for help on using the changeset viewer.