Changeset 388 for trunk/bp-core.php
- Timestamp:
- 10/10/2008 11:47:28 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core.php
r375 r388 2 2 /* Define the current version number for checking if DB tables are up to date. */ 3 3 define( 'BP_CORE_VERSION', '0.2.5' ); 4 5 /* These components are accessed via the root, and not under a blog name or home base. 6 e.g Groups is accessed via: http://domain.com/groups/group-name NOT http://domain.com.andy/groups/group-name */ 7 define( 'BP_CORE_ROOT_COMPONENTS', 'groups' ); 4 8 5 9 /* Require all needed files */ … … 104 108 'image_base' => site_url() . '/wp-content/mu-plugins/bp-core/images', 105 109 ); 106 107 110 108 111 if ( !$bp['current_component'] ) 109 112 $bp['current_component'] = $bp['default_component'];
Note: See TracChangeset
for help on using the changeset viewer.