Opened 16 years ago
Closed 16 years ago
#12740 closed defect (bug) (fixed)
wp_handle_sideload should have unique filter name
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 3.0 | Priority: | normal |
| Severity: | normal | Version: | 3.0 |
| Component: | General | Keywords: | |
| Focuses: | Cc: |
Description
the wp_handle_sideload() functionhas the same filter, wp_handle_upload as the wp_handle_upload() function. This patch fixes that.
Attachments (3)
Change History (5)
Note: See
TracTickets for help on using
tickets.
wp_handle_upload is in xmlrpc as well. We should either add new per-function hooks (and not remove the current ones), or pass the function as a new argument to allow determination of context.