#3693 closed defect (bug) (fixed)
Uninstaniated variable $header sent to filter 'wp_create_file_in_uploads'
| Reported by: | spikeyslam | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 2.1.1 |
| Component: | Administration | Version: | 2.1 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
patch file