#3388 closed enhancement (fixed)
xmlrpc.php : add pre-upload handler, handle upload, use return of wp_new_comment()
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.1 |
| Component: | Administration | Version: | 2.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Patch to use the new uploader's wp_handle_upload when uploading files through xmlrpc
Adds a pre_upload filter to check uploaded files
Use return value of wp_new_comment()
Attachments (1)
Change History (4)
comment:2
Viper007Bond — 6 years ago
For future reference, single quotes should be used rather than double quotes. ;)
comment:3
Viper007Bond — 6 years ago
- Milestone set to 2.1
- Version set to 2.1
Note: See
TracTickets for help on using
tickets.

(In [4526]) Upload filters in xmlrpc. fixes #3388