Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/05/2016 03:54:56 AM (10 years ago)
Author:
boonebgorges
Message:

Move bp-activity classes to their own files.

See #6870.

File:
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-activity/classes/class-bp-activity-component.php

    r10515 r10516  
    387387    }
    388388}
    389 
    390 /**
    391  * Bootstrap the Activity component.
    392  *
    393  * @since 1.6.0
    394  */
    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.