Skip to:
Content

BuddyPress.org

Changeset 539


Ignore:
Timestamp:
11/11/2008 11:39:35 AM (17 years ago)
Author:
apeatling
Message:

Removing redundant activity function call.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity.php

    r538 r539  
    188188function bp_activity_screen_friends_activity() {
    189189    global $bp;
    190    
    191     $friend_activity = BP_Activity_Activity::get_activity_for_friends( $bp['loggedin_userid'] );
    192190
    193191    bp_catch_uri( 'activity/my-friends' ); 
Note: See TracChangeset for help on using the changeset viewer.