Changeset 13304 for trunk/src/bp-core/bp-core-update.php
- Timestamp:
- 07/26/2022 01:31:07 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-update.php
r13273 r13304 206 206 // Install BP schema and activate only Activity and XProfile. 207 207 if ( bp_is_install() ) { 208 // Set the first BP major version the plugin was installed. 209 bp_update_option( '_bp_initial_major_version', bp_get_major_version() ); 208 210 209 211 // Apply schema and set Activity and XProfile components as active. … … 762 764 */ 763 765 function bp_update_to_11_0() { 766 bp_delete_option( '_bp_ignore_deprecated_code' ); 764 767 765 768 add_filter( 'bp_email_get_schema', 'bp_core_get_11_0_upgrade_email_schema' );
Note: See TracChangeset
for help on using the changeset viewer.