Skip to:
Content

BuddyPress.org

Changeset 2743


Ignore:
Timestamp:
02/18/2010 07:21:31 PM (16 years ago)
Author:
apeatling
Message:

Removing debugging commenting.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-loader.php

    r2742 r2743  
    2222do_action( 'bp_core_loaded' );
    2323
    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 */
     25if ( !isset( $bp_deactivated['bp-activity.php'] ) && file_exists( BP_PLUGIN_DIR . '/bp-activity.php') )
     26        include( BP_PLUGIN_DIR . '/bp-activity.php' );
    2727
    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 */
     29if ( !isset( $bp_deactivated['bp-blogs.php'] ) && file_exists( BP_PLUGIN_DIR . '/bp-blogs.php') )
     30        include( BP_PLUGIN_DIR . '/bp-blogs.php' );
    3131
    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 */
     33if ( !isset( $bp_deactivated['bp-forums.php'] ) && file_exists( BP_PLUGIN_DIR . '/bp-forums.php') )
     34        include( BP_PLUGIN_DIR . '/bp-forums.php' );
    3535
    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 */
     37if ( !isset( $bp_deactivated['bp-friends.php'] ) && file_exists( BP_PLUGIN_DIR . '/bp-friends.php') )
     38        include( BP_PLUGIN_DIR . '/bp-friends.php' );
    3939
    4040/* Groups Support */
Note: See TracChangeset for help on using the changeset viewer.