Changeset 6291 for trunk/bp-xprofile/bp-xprofile-actions.php
- Timestamp:
- 09/03/2012 01:33:13 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/bp-xprofile/bp-xprofile-actions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-actions.php
r5699 r6291 24 24 * @uses bp_core_delete_avatar() Deletes the active avatar for the logged in user. 25 25 * @uses add_action() Runs a specific function for an action when it fires. 26 * @uses bp_core_load_template() Looks for and loads a template file within the current member theme (folder/filename)27 26 */ 28 27 function xprofile_action_delete_avatar() { … … 45 44 } 46 45 add_action( 'bp_actions', 'xprofile_action_delete_avatar' ); 47 48 ?>
Note: See TracChangeset
for help on using the changeset viewer.