Changeset 3917 for trunk/bp-xprofile/bp-xprofile-actions.php
- Timestamp:
- 01/25/2011 08:58:56 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-actions.php
r3791 r3917 38 38 bp_core_redirect( wp_get_referer() ); 39 39 } 40 add_action( ' wp', 'xprofile_action_delete_avatar', 3);40 add_action( 'bp_actions', 'xprofile_action_delete_avatar' ); 41 41 42 42 ?>
Note: See TracChangeset
for help on using the changeset viewer.