Make WordPress Core

Opened 17 years ago

Closed 17 years ago

#10227 closed defect (bug) (fixed)

Invalid action handler

Reported by: sirzooro's profile sirzooro 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)

media.php.diff (311 bytes) - added by sirzooro 17 years ago.

Download all attachments as: .zip

Change History (5)

@sirzooro
17 years ago

#1 @sirzooro
17 years ago

  • Keywords has-patch added

#2 @westi
17 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [11619]) Remove the cruft. Fixes #10227 for trunk props sirzooro.

#3 @westi
17 years ago

  • Resolution fixed deleted
  • Status changed from closed to reopened

Reopen for 2.8.1

#4 @westi
17 years ago

  • Resolution set to fixed
  • Status changed from reopened to closed

(In [11620]) Remove the cruft. Fixes #10227 for 2.8.1 props sirzooro.

Note: See TracTickets for help on using tickets.