#3693 closed defect (bug) (fixed)
Uninstaniated variable $header sent to filter 'wp_create_file_in_uploads'
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.1.1 | Priority: | low |
Severity: | normal | Version: | 2.1 |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
Description
On line 226 of custom-header.php, variable $header has not been instantiated and is sent to the filter 'wp_create_file_in_uploads'.
Fix: use $file as the parameter.
Attachments (1)
Note: See
TracTickets for help on using
tickets.
patch file