Skip to:
Content

BuddyPress.org

Changeset 1567 for trunk/bp-loader.php


Ignore:
Timestamp:
06/23/2009 01:01:10 AM (16 years ago)
Author:
apeatling
Message:

Added first alpha version of the status updates component 'bp-status'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-loader.php

    r1522 r1567  
    1010*/
    1111
    12 define( 'BP_VERSION', '1.0.1' );
     12define( 'BP_VERSION', '1.1-bleeding' );
    1313
    1414/***
     
    5252    include( BP_PLUGIN_DIR . '/bp-xprofile.php' );
    5353
     54/* Status Updates */   
     55if ( !isset( $deactivated['bp-status.php'] ) && file_exists( BP_PLUGIN_DIR . '/bp-status.php') )
     56    include( BP_PLUGIN_DIR . '/bp-status.php' );
     57
    5458?>
Note: See TracChangeset for help on using the changeset viewer.