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/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.