Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/28/2021 11:52:39 PM (4 years ago)
Author:
dcavins
Message:

Member Invites: Install emails on upgrade to 8.0.

Include the new emails and descriptions and install them
during the upgrade to 8.0.

See #8139.

File:
1 edited

Legend:

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

    r12905 r12929  
    696696    if ( isset( $emails['core-user-activation'] ) ) {
    697697        $new_emails['core-user-activation'] = $emails['core-user-activation'];
     698    }
     699
     700    if ( isset( $emails['bp-members-invitation'] ) ) {
     701        $new_emails['bp-members-invitation'] = $emails['bp-members-invitation'];
    698702    }
    699703
Note: See TracChangeset for help on using the changeset viewer.