Opened 14 years ago
Closed 14 years ago
#2717 closed defect (bug) (fixed)
site options not installed on activation
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | major |
Severity: | Version: | ||
Component: | Core | Keywords: | |
Cc: |
Description
As a result of the way the install/upgrade admin UI has been implemented, it wasn't possible when the branch was merged to install some default site options due to function dependencies. I've taken another look at this now as it is causing some WP_DEBUG warnings.
Please see attached patch -- it fixes the problem but I had to move a couple of functions around, incl. one into bp-loader.php. Any good?
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [3463]) Adds Upgrade routine for WP MS activation. Fixes #2732. Moves site options loading functions to ensure that they're loaded at activation. Fixes #2717, props DJPaul. Modifies the way that bp-pages data is stored in and fetched from options tables on multisite. References #2518. The only thing this patch does not do is bake pie.