- Timestamp:
- 02/05/2016 03:54:56 AM (10 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/classes/class-bp-activity-component.php
r10515 r10516 387 387 } 388 388 } 389 390 /**391 * Bootstrap the Activity component.392 *393 * @since 1.6.0394 */395 function bp_setup_activity() {396 buddypress()->activity = new BP_Activity_Component();397 }398 add_action( 'bp_setup_components', 'bp_setup_activity', 6 );
Note: See TracChangeset
for help on using the changeset viewer.