#27264 closed enhancement (fixed)
Stop use of $domain and $path globals in ms_not_installed()
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.4 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Bootstrap/Load | Keywords: | has-patch |
| Focuses: | multisite | Cc: |
Description
We only use ms_not_installed() during the ms-settings.php bootstrap process and both $domain and $path are available to us at that time. We can pass these directly to the function rather than relying on the globals once inside the function.
Related: #25316:comment3
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
In 33989: