Changeset 3713 for trunk/bp-forums/bp-forums-bbpress.php
- Timestamp:
- 01/14/2011 11:49:17 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-forums/bp-forums-bbpress.php
r3369 r3713 65 65 /* This must be loaded before functionss.bb-admin.php otherwise we get a function conflict. */ 66 66 if ( !$tables_installed = (boolean) $bbdb->get_results( 'DESCRIBE `' . $bbdb->forums . '`;', ARRAY_A ) ) 67 require_once( ABSPATH . 'wp-admin/includes/up grade.php' );67 require_once( ABSPATH . 'wp-admin/includes/update.php' ); 68 68 69 69 require_once( BB_PATH . 'bb-admin/includes/functions.bb-admin.php' ); … … 97 97 dbDelta( str_replace( ' IF NOT EXISTS', '', str_replace( '`', '', $bb_queries ) ) ); 98 98 99 require_once( BB_PATH . 'bb-admin/includes/functions.bb-up grade.php' );99 require_once( BB_PATH . 'bb-admin/includes/functions.bb-update.php' ); 100 100 bb_update_db_version(); 101 101
Note: See TracChangeset
for help on using the changeset viewer.