Opened 11 years ago
Closed 11 years ago
#27702 closed defect (bug) (fixed)
Deprecate wpmu_current_site()
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.9 | Priority: | normal |
Severity: | normal | Version: | 3.9 |
Component: | Bootstrap/Load | Keywords: | has-patch |
Focuses: | multisite | Cc: |
Description
The functionality from wpmu_current_site()
was dispersed and refactored in [27359] via #27003, leaving it empty. This function was previously marked as private and used only for bootstrap purposes in core.
Any access of this private function may occur before we have access to deprecated functions, so it can move to the bottom of ms-load.php
as get_current_site_name()
did previously.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
In 28009: