Opened 17 years ago
Closed 17 years ago
#10227 closed defect (bug) (fixed)
Invalid action handler
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.8.1 | Priority: | normal |
| Severity: | normal | Version: | 2.8 |
| Component: | General | Keywords: | has-patch |
| Focuses: | Cc: |
Description
File wp-admin/includes/media.php registers function media_upload_handler as a handler for media_upload_media action. Looks like this was left here by mistake, because action is never called (at least in WP 2.8) and function does not exists. Attached patch removes this registration.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
(In [11619]) Remove the cruft. Fixes #10227 for trunk props sirzooro.