Ticket #7221: 7221.01.patch
| File 7221.01.patch, 564 bytes (added by , 10 years ago) |
|---|
-
src/bp-friends/bp-friends-actions.php
52 52 53 53 return false; 54 54 } 55 add_action( 'bp_ init', 'friends_action_add_friend' );55 add_action( 'bp_actions', 'friends_action_add_friend' ); 56 56 57 57 /** 58 58 * Catch and process Remove Friendship requests. … … 92 92 93 93 return false; 94 94 } 95 add_action( 'bp_ init', 'friends_action_remove_friend' );95 add_action( 'bp_actions', 'friends_action_remove_friend' );
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)