Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/02/2011 01:51:18 AM (15 years ago)
Author:
johnjamesjacoby
Message:

bp-active-components clean-up surrounding the XProfile component.

File:
1 edited

Legend:

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

    r3979 r3991  
    127127
    128128        // Register this component in the active components array
    129         $bp->active_components[$this->slug] = $this->id;
     129        $bp->loaded_components[$this->slug] = $this->id;
    130130
    131131        // Call action
Note: See TracChangeset for help on using the changeset viewer.