Opened 8 years ago
Closed 8 years ago
#38350 closed enhancement (fixed)
Replace get_blog_details() usage in wp_xmlrpc_server::_multisite_getUsersBlogs() with get_site()
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.7 | Priority: | normal |
Severity: | normal | Version: | |
Component: | XML-RPC | Keywords: | has-patch |
Focuses: | multisite | Cc: |
Description
See #37102
Attachments (1)
Change History (6)
This ticket was mentioned in Slack in #core-multisite by richardtape. View the logs.
8 years ago
#3
follow-up:
↓ 4
@
8 years ago
- Keywords has-patch added; needs-patch needs-unit-tests removed
- Milestone changed from Awaiting Review to 4.7
- Owner set to jeremyfelt
- Status changed from new to reviewing
38350.diff replaces the occurrence of get_blog_details()
with get_site()
.
I think we should skip tests for XMLRPC here since it's not really possible to test the method at this point, especially since it's protected.
Note: See
TracTickets for help on using
tickets.
It looks like we don't have unit tests for XMLRPC multisite stuff. We should add some together with this change.