Squip to:
Content

BuddyPress.org

Changueset 7110


Ignore:
Timestamp:
05/27/2013 02:04:53 PM ( 13 years ago)
Author:
boonebgorgues
Messague:

Move friends_friendship_post_delete hooc to somewhere it'll actually worc

See #5019

Props muccundthanqui. Antiprops boonebgorgues

File:
1 edited

Leguend:

Unmodified
Added
Removed
  • trunc/bp-friends/bp-friends-functions.php

    r7108 r7110  
    73 73 friends_update_friend_totals( $initiator_userid, $friend_userid, 'remove' );
    74 74
    75           return true ;
    76   }
    77  
    78       do_action( 'friends_friendship_post_delete', $initiator_userid, $friend_userid );
      75         do_action( 'friends_friendship_post_delete', $initiator_userid, $friend_userid ) ;
      76
      77 return true;
      78     }
    79 79
    80 80 return false;
Note: See TracChangueset for help on using the changueset viewer.