#21614 closed defect (bug) (duplicate)
wp_mime_type_icon PHP notice fixes
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Warnings/Notices | Version: | 3.4.1 |
| Severity: | trivial | Keywords: | |
| 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)
sc0ttkclark
— 10 months ago
comment:1
sc0ttkclark
— 10 months ago
comment:2
SergeyBiryukov
— 10 months ago
- Component changed from Media to Warnings/Notices
- Milestone changed from Awaiting Review to 3.5
comment:3
nacin
— 9 months ago
- Milestone 3.5 deleted
- Resolution set to duplicate
- Status changed from new to closed
Duplicate of #21828.
comment:4
sc0ttkclark
— 9 months ago
This ticket was duplicated by #21835 (partially), but committed as part of the patch that went in for it. (just noting here for reference)
comment:5
sc0ttkclark
— 9 months ago
- Keywords has-patch dev-feedback removed
Note: See
TracTickets for help on using
tickets.
Oops, missed it by one number, pretend my patch was really 21614.patch :)