Opened 8 years ago
Closed 8 years ago
#38497 closed enhancement (fixed)
Replace get_blog_details() in unit tests with get_site()
Reported by: | flixos90 | Owned by: | jeremyfelt |
---|---|---|---|
Milestone: | 4.7 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Networks and Sites | Keywords: | has-patch |
Focuses: | multisite | Cc: |
Description
As part of #37102, all occurrences of get_blog_details()
in unit tests should be replaced with get_site()
as long as the respective tests do not handle functionality of get_blog_details()
specifically.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
38497.diff replaces
get_blog_details()
withget_site()
where applicable.