#21614 closed defect (bug) (duplicate)
wp_mime_type_icon PHP notice fixes
Reported by: | sc0ttkclark | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | trivial | Version: | 3.4.1 |
Component: | Warnings/Notices | Keywords: | |
Focuses: | Cc: |
Description
wp_mime_type_icon ends up sending to the 'wp_mime_type_icon' filter: $icon, $mime, and $post_id
Based on the PHP, it's set in such a way that PHP notices could be generated for variables don't exist.
I've attached my patch that should resolve those potential notices.
Attachments (1)
Change History (6)
#2
@
12 years ago
- Component changed from Media to Warnings/Notices
- Milestone changed from Awaiting Review to 3.5
#3
@
12 years ago
- Milestone 3.5 deleted
- Resolution set to duplicate
- Status changed from new to closed
Duplicate of #21828.
Note: See
TracTickets for help on using
tickets.
Oops, missed it by one number, pretend my patch was really 21614.patch :)