[wp-trac] [WordPress Trac] #27702: Deprecate wpmu_current_site()
WordPress Trac
noreply at wordpress.org
Mon Apr 7 21:14:10 UTC 2014
#27702: Deprecate wpmu_current_site()
----------------------------+-----------------------
Reporter: jeremyfelt | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.9
Component: Bootstrap/Load | Version: trunk
Severity: normal | Keywords: has-patch
Focuses: multisite |
----------------------------+-----------------------
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.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/27702>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list