Changeset 2168 for trunk/bp-loader.php
- Timestamp:
- 12/14/2009 03:24:05 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/bp-loader.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-loader.php
r2077 r2168 44 44 include( BP_PLUGIN_DIR . '/bp-messages.php' ); 45 45 46 /* Wire Support */47 if ( !isset( $deactivated['bp-wire.php'] ) && file_exists( BP_PLUGIN_DIR . '/bp-wire.php') )48 include( BP_PLUGIN_DIR . '/bp-wire.php' );49 50 46 /* Extended Profiles */ 51 47 if ( !isset( $deactivated['bp-xprofile.php'] ) && file_exists( BP_PLUGIN_DIR . '/bp-xprofile.php') ) 52 48 include( BP_PLUGIN_DIR . '/bp-xprofile.php' ); 53 49 54 /* Status Updates */55 if ( !isset( $deactivated['bp-status.php'] ) && file_exists( BP_PLUGIN_DIR . '/bp-status.php') )56 include( BP_PLUGIN_DIR . '/bp-status.php' );57 58 50 ?>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)