Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/03/2012 01:33:13 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Theme Compatibility:

  • Remove errant references to bp_core_load_template()
  • See: #3741.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-xprofile/bp-xprofile-actions.php

    r5699 r6291  
    2424 * @uses bp_core_delete_avatar() Deletes the active avatar for the logged in user.
    2525 * @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)
    2726 */
    2827function xprofile_action_delete_avatar() {
     
    4544}
    4645add_action( 'bp_actions', 'xprofile_action_delete_avatar' );
    47 
    48 ?>
Note: See TracChangeset for help on using the changeset viewer.