Changeset 1567 for trunk/bp-loader.php
- Timestamp:
- 06/23/2009 01:01:10 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-loader.php
r1522 r1567 10 10 */ 11 11 12 define( 'BP_VERSION', '1. 0.1' );12 define( 'BP_VERSION', '1.1-bleeding' ); 13 13 14 14 /*** … … 52 52 include( BP_PLUGIN_DIR . '/bp-xprofile.php' ); 53 53 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 54 58 ?>
Note: See TracChangeset
for help on using the changeset viewer.