Changeset 12428 for trunk/src/bp-core/bp-core-update.php
- Timestamp:
- 08/12/2019 08:42:30 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-update.php
r12390 r12428 212 212 bp_core_add_page_mappings( $default_components, 'delete' ); 213 213 bp_core_install_emails(); 214 bp_core_install_invitations(); 214 215 215 216 // Upgrades. … … 552 553 * 553 554 * - Make sure the custom visibility is disabled for the default profile field. 555 * - Create the invitations table. 554 556 * 555 557 * @since 5.0.0 … … 580 582 ) 581 583 ); 584 585 bp_core_install_invitations(); 582 586 } 583 587
Note: See TracChangeset
for help on using the changeset viewer.