Changeset 3991 for trunk/bp-core/bp-core-component.php
- Timestamp:
- 02/02/2011 01:51:18 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/bp-core/bp-core-component.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-component.php
r3979 r3991 127 127 128 128 // Register this component in the active components array 129 $bp-> active_components[$this->slug] = $this->id;129 $bp->loaded_components[$this->slug] = $this->id; 130 130 131 131 // Call action
Note: See TracChangeset
for help on using the changeset viewer.