Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #5563, comment 20


Ignore:
Timestamp:
04/23/2014 04:04:36 AM (11 years ago)
Author:
r-a-y
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5563, comment 20

    initial v1  
    33See line 464 where `bp_core_signups_table_exists()` bails if `$wpdb->signups` exists:
    44https://buddypress.trac.wordpress.org/browser/trunk/bp-core/bp-core-update.php#L462
     5
     6If the issue is with defining $wpdb->signups, we can code around this with a direct `$wpdb->base_prefix . 'signups'` in both exists() functions.