Changeset 12886 for trunk/src/bp-core/admin/bp-core-admin-schema.php
- Timestamp:
- 04/16/2021 05:32:04 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/admin/bp-core-admin-schema.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/admin/bp-core-admin-schema.php
r12617 r12886 390 390 if ( ! $wpdb->get_var( "SELECT id FROM {$bp_prefix}bp_xprofile_meta WHERE id = 1" ) ) { 391 391 $insert_sql[] = "INSERT INTO {$bp_prefix}bp_xprofile_meta ( object_id, object_type, meta_key, meta_value ) VALUES ( 1, 'field', 'allow_custom_visibility', 'disabled' );"; 392 $insert_sql[] = "INSERT INTO {$bp_prefix}bp_xprofile_meta ( object_id, object_type, meta_key, meta_value ) VALUES ( 1, 'field', 'signup_position', 1 );"; 392 393 } 393 394 }
Note: See TracChangeset
for help on using the changeset viewer.