Skip to:
Content

BuddyPress.org

Changeset 3242


Ignore:
Timestamp:
09/08/2010 11:44:06 AM (14 years ago)
Author:
apeatling
Message:

Fixing require of file that no longer exists in the trunk. All activation functions have been moved to bp-core-signup.php. Fixes #2623

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core.php

    r3232 r3242  
    3737require ( BP_PLUGIN_DIR . '/bp-core/bp-core-notifications.php' );
    3838require ( BP_PLUGIN_DIR . '/bp-core/bp-core-signup.php' );
    39 
    40 /* Multisite includes built in account activation support. */
    41 if ( bp_core_is_multisite() )
    42     require ( BP_PLUGIN_DIR . '/bp-core/bp-core-activation.php' );
    4339
    4440/* If BP_DISABLE_ADMIN_BAR is defined, do not load the global admin bar. */
Note: See TracChangeset for help on using the changeset viewer.