Opened 18 years ago
Closed 18 years ago
#8255 closed defect (bug) (fixed)
WPCOMism in xmllrpc.php
| Reported by: | donncha | Owned by: | josephscott |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.7 |
| Component: | XML-RPC | Version: | 2.7 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
The check for site_id on line 432 of xmlrpc.php is a piece of legacy code from WordPress.com and has been taken out in WordPress MU.
That foreach() loop is also missing a restore_current_blog() call, the complement of switch_to_blog(). It should be added immediately after the definition of $is_admin.
Attachments (1)
Change History (7)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Those functions don't exist in WP.