Opened 9 years ago
Closed 9 years ago
#38497 closed enhancement (fixed)
Replace get_blog_details() in unit tests with get_site()
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| 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.