Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/13/2009 10:50:30 PM (16 years ago)
Author:
apeatling
Message:

Added 'bp_custom_profile_sidebar_boxes' hook to add custom content to the profile sidebar under the avatar.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-templatetags.php

    r826 r842  
    515515}
    516516
     517function bp_custom_profile_sidebar_boxes() {
     518    do_action( 'bp_custom_profile_sidebar_boxes' );
     519}
     520
    517521/* Template functions for fetching globals, without querying the DB again
    518522   also means we dont have to use the $bp variable in the template (looks messy) */
Note: See TracChangeset for help on using the changeset viewer.