bp_update_to_2_0_1()
2.0.1 database upgrade routine.
Description Description
Source Source
File: bp-core/bp-core-update.php
function bp_update_to_2_0_1() { // We purposely call this during both the 2.0 upgrade and the 2.0.1 upgrade. // Don't worry; it won't break anything, and safely handles all cases. bp_core_maybe_install_signups(); }
Changelog Changelog
Version | Description |
---|---|
2.0.1 | Introduced. |