diff --git a/src/bp-core/bp-core-update.php b/src/bp-core/bp-core-update.php
index 0eac1a224..d9ba85dae 100644
|
a
|
b
|
function bp_version_updater() { |
| 309 | 309 | * `dbDelta()` cannot handle certain operations - like changing indexes - so we do it here instead. |
| 310 | 310 | * |
| 311 | 311 | * @since 2.3.0 |
| | 312 | * |
| | 313 | * @global wpdb $wpdb WordPress database object. |
| 312 | 314 | */ |
| 313 | 315 | function bp_pre_schema_upgrade() { |
| 314 | 316 | global $wpdb; |
| … |
… |
function bp_update_to_2_5() { |
| 536 | 538 | * - Add ignore deprecated code option (false for updates). |
| 537 | 539 | * |
| 538 | 540 | * @since 2.7.0 |
| | 541 | * |
| | 542 | * @global wpdb $wpdb WordPress database object. |
| 539 | 543 | */ |
| 540 | 544 | function bp_update_to_2_7() { |
| 541 | 545 | bp_add_option( 'bp-emails-unsubscribe-salt', base64_encode( wp_generate_password( 64, true, true ) ) ); |
| … |
… |
function bp_update_to_2_7() { |
| 571 | 575 | * @since 8.0.0 |
| 572 | 576 | * |
| 573 | 577 | * @return int The fullname field ID. |
| | 578 | * |
| | 579 | * @global wpdb $wpdb WordPress database object. |
| 574 | 580 | */ |
| 575 | 581 | function bp_get_fullname_field_id_for_update() { |
| 576 | 582 | /** |
| … |
… |
function bp_get_fullname_field_id_for_update() { |
| 591 | 597 | * - Migrate requests and invitations to the new table. |
| 592 | 598 | * |
| 593 | 599 | * @since 5.0.0 |
| | 600 | * |
| | 601 | * @global wpdb $wpdb WordPress database object. |
| 594 | 602 | */ |
| 595 | 603 | function bp_update_to_5_0() { |
| 596 | 604 | /** |
| … |
… |
function bp_update_to_5_0() { |
| 632 | 640 | * - Upgrade Primary xProfile Group's fields to signup fields. |
| 633 | 641 | * |
| 634 | 642 | * @since 8.0.0 |
| | 643 | * |
| | 644 | * @global wpdb $wpdb WordPress database object. |
| 635 | 645 | */ |
| 636 | 646 | function bp_update_to_8_0() { |
| 637 | 647 | global $wpdb; |