Skip to:
Content

BuddyPress.org


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.

File:
1 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.
Note: See TracChangeset for help on using the changeset viewer.