Skip to:
Content

BuddyPress.org

Changeset 3592 for trunk/bp-friends.php


Ignore:
Timestamp:
12/27/2010 10:57:31 PM (14 years ago)
Author:
djpaul
Message:

Removes trailing whitespace. Fixes #2965, props cnorris23

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-friends.php

    r3542 r3592  
    572572function friends_remove_data( $user_id ) {
    573573    global $bp;
    574    
     574
    575575    BP_Friends_Friendship::delete_all_for_user($user_id);
    576576
Note: See TracChangeset for help on using the changeset viewer.