Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/26/2014 03:26:55 AM (12 years ago)
Author:
imath
Message:

Adapt core to allow BP Attachments to be into the list of optional components

So that next "feature as a plugin" Attachments can be activated just like the other BuddyPress components, we need to create two new hooks.

props johnjamesjacoby, boonebgorges, imath.

See #5429

File:
1 edited

Legend:

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

    r7756 r8160  
    111111        // Add Core to required components
    112112        $bp->required_components[] = 'core';
     113
     114        do_action( 'bp_core_components_included' );
    113115    }
    114116
Note: See TracChangeset for help on using the changeset viewer.