mirror of
https://gh.wpcy.net/https://github.com/buddypress/buddypress.git
synced 2026-05-31 05:04:29 +08:00
In the bootstrap, we load BuddyPress into the WordPress by including the BuddyPress file directly, hooked to `muplugins_loaded`. This has worked well except the standard plugin activation actions that `activate_plugins()` would usually trigger, aren't called. BuddyPress hooks to the activation action in `bp_activation()` to call `bp_add_options()`, which adds default options and values to the database. This change calls the required action manually, fixing the PHPUnit environment set-up, required after r11094. Fixes #7254 git-svn-id: https://buddypress.svn.wordpress.org/trunk@11096 cdf35c40-ae34-48e0-9cc9-0c9da1808c22 |
||
|---|---|---|
| .. | ||
| define-constants.php | ||
| factory.php | ||
| install.php | ||
| loader.php | ||
| mock-mailer.php | ||
| testcase-emails.php | ||
| testcase.php | ||