Changeset 3242
- Timestamp:
- 09/08/2010 11:44:06 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core.php
r3232 r3242 37 37 require ( BP_PLUGIN_DIR . '/bp-core/bp-core-notifications.php' ); 38 38 require ( 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' );43 39 44 40 /* If BP_DISABLE_ADMIN_BAR is defined, do not load the global admin bar. */
Note: See TracChangeset
for help on using the changeset viewer.