Opened 15 years ago
Closed 13 years ago
#15560 closed defect (bug) (fixed)
Blogger Importer does not use HTTP API
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | WordPress.org | Priority: | normal |
Severity: | normal | Version: | |
Component: | Import | Keywords: | needs-patch |
Focuses: | Cc: |
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.