Skip to:
Content

BuddyPress.org

Changeset 12617


Ignore:
Timestamp:
04/13/2020 05:50:59 PM (6 years ago)
Author:
dcavins
Message:

Move call to bp_core_install_invitations().

Move the new installation call of
bp_core_install_invitations()
from bp_version_updater()
to bp_core_install().

Props imath.

Location:
trunk/src/bp-core
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/admin/bp-core-admin-schema.php

    r12428 r12617  
    3737        // Install the signups table.
    3838        bp_core_maybe_install_signups();
     39
     40        // Install the invitations table.
     41        bp_core_install_invitations();
    3942
    4043        // Notifications.
  • trunk/src/bp-core/bp-core-update.php

    r12429 r12617  
    212212                bp_core_add_page_mappings( $default_components, 'delete' );
    213213                bp_core_install_emails();
    214                 bp_core_install_invitations();
    215214
    216215        // Upgrades.
Note: See TracChangeset for help on using the changeset viewer.