Changeset 8311
- Timestamp:
- 04/21/2014 10:02:19 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/bp-core/bp-core-update.php
r8309 r8311 408 408 409 409 /** 410 * 410 * 2.0.1 database upgrade routine 411 * 411 412 * @since BuddyPress (2.0.1) 412 413 * … … 414 415 */ 415 416 function bp_update_to_2_0_1() { 416 bp_core_maybe_upgrade_signups(); 417 418 // We purposely call this during both the 2.0 upgrade and the 2.0.1 upgrade. 419 // Don't worry; it won't break anything, and safely handles all cases. 420 bp_core_maybe_install_signups(); 417 421 } 418 422
Note: See TracChangeset
for help on using the changeset viewer.