Changeset 11047
- Timestamp:
- 08/31/2016 12:23:33 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-friends/bp-friends-actions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-friends/bp-friends-actions.php
r10587 r11047 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 /** … … 93 93 return false; 94 94 } 95 add_action( 'bp_ init', 'friends_action_remove_friend' );95 add_action( 'bp_actions', 'friends_action_remove_friend' );
Note: See TracChangeset
for help on using the changeset viewer.