Changeset 2743
- Timestamp:
- 02/18/2010 07:21:31 PM (16 years ago)
- File:
-
- 1 edited
-
branches/1.2/bp-loader.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-loader.php
r2742 r2743 22 22 do_action( 'bp_core_loaded' ); 23 23 24 / / /* Activity Streams */25 //if ( !isset( $bp_deactivated['bp-activity.php'] ) && file_exists( BP_PLUGIN_DIR . '/bp-activity.php') )26 //include( BP_PLUGIN_DIR . '/bp-activity.php' );24 /* Activity Streams */ 25 if ( !isset( $bp_deactivated['bp-activity.php'] ) && file_exists( BP_PLUGIN_DIR . '/bp-activity.php') ) 26 include( BP_PLUGIN_DIR . '/bp-activity.php' ); 27 27 28 / / /* Blog Tracking */29 //if ( !isset( $bp_deactivated['bp-blogs.php'] ) && file_exists( BP_PLUGIN_DIR . '/bp-blogs.php') )30 //include( BP_PLUGIN_DIR . '/bp-blogs.php' );28 /* Blog Tracking */ 29 if ( !isset( $bp_deactivated['bp-blogs.php'] ) && file_exists( BP_PLUGIN_DIR . '/bp-blogs.php') ) 30 include( BP_PLUGIN_DIR . '/bp-blogs.php' ); 31 31 32 / / /* bbPress Forum Integration */33 //if ( !isset( $bp_deactivated['bp-forums.php'] ) && file_exists( BP_PLUGIN_DIR . '/bp-forums.php') )34 //include( BP_PLUGIN_DIR . '/bp-forums.php' );32 /* bbPress Forum Integration */ 33 if ( !isset( $bp_deactivated['bp-forums.php'] ) && file_exists( BP_PLUGIN_DIR . '/bp-forums.php') ) 34 include( BP_PLUGIN_DIR . '/bp-forums.php' ); 35 35 36 / / /* Friend Connections */37 //if ( !isset( $bp_deactivated['bp-friends.php'] ) && file_exists( BP_PLUGIN_DIR . '/bp-friends.php') )38 //include( BP_PLUGIN_DIR . '/bp-friends.php' );36 /* Friend Connections */ 37 if ( !isset( $bp_deactivated['bp-friends.php'] ) && file_exists( BP_PLUGIN_DIR . '/bp-friends.php') ) 38 include( BP_PLUGIN_DIR . '/bp-friends.php' ); 39 39 40 40 /* Groups Support */
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)