Changes between Initial Version and Version 1 of Ticket #5563, comment 20
- Timestamp:
- 04/23/2014 04:04:36 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5563, comment 20
initial v1 3 3 See line 464 where `bp_core_signups_table_exists()` bails if `$wpdb->signups` exists: 4 4 https://buddypress.trac.wordpress.org/browser/trunk/bp-core/bp-core-update.php#L462 5 6 If the issue is with defining $wpdb->signups, we can code around this with a direct `$wpdb->base_prefix . 'signups'` in both exists() functions.