Changeset 8565
- Timestamp:
- 07/09/2014 01:25:36 PM (10 years ago)
- Location:
- trunk/src/bp-core
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/admin/bp-core-schema.php
r8563 r8565 492 492 global $wpdb; 493 493 494 // Bail if global tables should not be upgraded 495 if ( defined( 'DO_NOT_UPGRADE_GLOBAL_TABLES' ) ) { 496 return; 497 } 498 494 499 // Never use bp_core_get_table_prefix() for any global users tables 495 500 $wpdb->signups = $wpdb->base_prefix . 'signups'; -
trunk/src/bp-core/bp-core-update.php
r8315 r8565 426 426 */ 427 427 function bp_core_maybe_install_signups() { 428 429 // Bail if we are explicitly not upgrading global tables430 if ( defined( 'DO_NOT_UPGRADE_GLOBAL_TABLES' ) ) {431 return false;432 }433 434 428 global $wpdb; 435 429
Note: See TracChangeset
for help on using the changeset viewer.