Changeset 3742 for trunk/bp-friends.php
- Timestamp:
- 01/19/2011 08:31:10 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-friends.php
r3728 r3742 201 201 return false; 202 202 } 203 add_action( ' init', 'friends_action_add_friend' );203 add_action( 'bp_init', 'friends_action_add_friend' ); 204 204 205 205 function friends_action_remove_friend() { … … 240 240 return false; 241 241 } 242 add_action( ' init', 'friends_action_remove_friend' );242 add_action( 'bp_init', 'friends_action_remove_friend' ); 243 243 244 244
Note: See TracChangeset
for help on using the changeset viewer.