Changeset 5300 for trunk/bp-activity/bp-activity-loader.php
- Timestamp:
- 11/08/2011 12:11:29 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/bp-activity/bp-activity-loader.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-loader.php
r5282 r5300 331 331 } 332 332 333 // Create the activity component 334 $bp->activity = new BP_Activity_Component(); 333 function bp_setup_activity() { 334 global $bp; 335 336 $bp->activity = new BP_Activity_Component(); 337 } 338 add_action( 'bp_setup_components', 'bp_setup_activity', 6 ); 339 335 340 ?>
Note: See TracChangeset
for help on using the changeset viewer.