Changeset 12617
- Timestamp:
- 04/13/2020 05:50:59 PM (5 years ago)
- Location:
- trunk/src/bp-core
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/admin/bp-core-admin-schema.php
r12428 r12617 37 37 // Install the signups table. 38 38 bp_core_maybe_install_signups(); 39 40 // Install the invitations table. 41 bp_core_install_invitations(); 39 42 40 43 // Notifications. -
trunk/src/bp-core/bp-core-update.php
r12429 r12617 212 212 bp_core_add_page_mappings( $default_components, 'delete' ); 213 213 bp_core_install_emails(); 214 bp_core_install_invitations();215 214 216 215 // Upgrades.
Note: See TracChangeset
for help on using the changeset viewer.