Opened 10 years ago
Closed 10 years ago
#38497 closed enhancement (fixed)
Replace get_blog_details() in unit tests with get_site()
| Reported by: | flixos90 | Owned by: | jeremyfelt |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.7 |
| Component: | Networks and Sites | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: | multisite |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
38497.diff replaces
get_blog_details()withget_site()where applicable.