Changeset 3713 for trunk/bp-loader.php
- Timestamp:
- 01/14/2011 11:49:17 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/bp-loader.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-loader.php
r3592 r3713 19 19 /*** 20 20 * Check if this is the first time BuddyPress has been loaded, or the first time 21 * since an up grade. If so, load the install/upgrade routine only.21 * since an update. If so, load the install/update routine only. 22 22 */ 23 23 if ( get_site_option( 'bp-db-version' ) < constant( 'BP_DB_VERSION' ) ) { 24 require_once( WP_PLUGIN_DIR . '/buddypress/bp-core/admin/bp-core-up grade.php' );24 require_once( WP_PLUGIN_DIR . '/buddypress/bp-core/admin/bp-core-update.php' ); 25 25 26 26 /*** 27 * If the install or up grade routine is completed and everything is up to date27 * If the install or update routine is completed and everything is up to date 28 28 * continue loading BuddyPress as normal. 29 29 */
Note: See TracChangeset
for help on using the changeset viewer.