Changeset 12758
- Timestamp:
- 10/16/2020 04:12:36 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/admin/bp-core-admin-tools.php
r12739 r12758 361 361 362 362 // Check for existence of invitations table. 363 $bp_prefix = bp_core_get_table_prefix(); 364 $table_name = "{$bp_prefix}bp_invitations"; 363 $table_name = BP_Invitation_Manager::get_table_name(); 365 364 $query = $wpdb->prepare( 'SHOW TABLES LIKE %s', $wpdb->esc_like( $table_name ) ); 366 365 if ( ! $wpdb->get_var( $query ) == $table_name ) {
Note: See TracChangeset
for help on using the changeset viewer.