Ticket #3482: 3482.diff
File 3482.diff, 880 bytes (added by , 14 years ago) |
---|
-
bp-core-update.php
747 747 bp_core_install(); 748 748 749 749 if ( $this->database_version < 1801 ) 750 $this->update_1_ 3();750 $this->update_1_5(); 751 751 752 752 // Update the active components option early if we're updating 753 753 if ( 'update' == $this->setup_type ) … … 1055 1055 } 1056 1056 1057 1057 // Database update methods based on version numbers 1058 function update_1_ 3() {1058 function update_1_5() { 1059 1059 // Delete old database version options 1060 1060 delete_site_option( 'bp-activity-db-version' ); 1061 1061 delete_site_option( 'bp-blogs-db-version' ); … … 1323 1323 add_action( 'admin_notices', 'bp_core_update_nag', 5 ); 1324 1324 add_action( 'network_admin_notices', 'bp_core_update_nag', 5 ); 1325 1325 1326 ?> 1327 No newline at end of file 1326 ?>