Opened 7 years ago
Closed 7 years ago
#44895 closed enhancement (fixed)
Outsource network option handling from `populate_network()` to a new `populate_network_meta()`
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 5.1 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Upgrade/Install | Keywords: | has-patch has-unit-tests |
| Focuses: | multisite | Cc: |
Description
Currently, populate_network() has too many responsibilities. Populating network meta is an atomic part of it which can easily be outsourced. Furthermore, a new populate_network_meta() function could support an optional $meta parameter to pass custom metadata, and that bit could finally be unit-tested. This came up during work on #41333.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
In 43628: