Opened 3 years ago
Closed 12 months ago
#15560 closed defect (bug) (fixed)
Blogger Importer does not use HTTP API
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | WordPress.org |
| Component: | Import | Version: | |
| Severity: | normal | Keywords: | needs-patch |
| Cc: | westi, kapeel.sable@… |
Description
The Blogger Importer uses fsockopen() in several places instead of using the HTTP API. This could be achieved via WP_SimplePie_File once #7652 is completed.
Change History (8)
Note: See
TracTickets for help on using
tickets.
Note: if using WP_SimplePie_File, it would require an upstream patch in SimplePie to be able to pass parameters in. I'll file this upsteam, and hope to implement it soon.