Changeset 3789 for trunk/bp-loader.php
- Timestamp:
- 01/21/2011 10:34:00 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-loader.php
r3757 r3789 75 75 do_action( 'bp_core_loaded' ); 76 76 77 // Users78 include( BP_PLUGIN_DIR . '/bp-users/bp-users-loader.php' );79 include( BP_PLUGIN_DIR . '/bp-settings/bp-settings-loader.php' );80 81 77 // Activity Streams 82 78 if ( !isset( $bp_deactivated['bp-activity/bp-activity-loader.php'] ) && file_exists( BP_PLUGIN_DIR . '/bp-activity/bp-activity-loader.php') ) … … 107 103 include( BP_PLUGIN_DIR . '/bp-xprofile/bp-xprofile-loader.php' ); 108 104 105 // Users 106 include( BP_PLUGIN_DIR . '/bp-users/bp-users-loader.php' ); 107 108 // Settings 109 include( BP_PLUGIN_DIR . '/bp-settings/bp-settings-loader.php' ); 110 109 111 // If this is an upgrade, load the upgrade file 110 112 if ( $bp_db_version < constant( 'BP_DB_VERSION' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.