#11824 closed defect (bug) (maybelater)
Erroneous MIME type for .ico files
| Reported by: | davide.vicario | Owned by: | cnorris23 |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | Media | Version: | 2.9.1 |
| Severity: | minor | Keywords: | has-patch dev-feedback |
| Cc: | Focuses: |
Description
wp-includes/functions.php
line 2286
$mimes = apply_filters( ... ... 'ico' => 'image/x-icon', ...)
this is an erroneous label for ico file.
the right one is:
$mimes = apply_filters( ... ... 'ico' => 'image/vnd.microsoft.icon', ...)
read : http://www.iana.org/assignments/media-types/image/vnd.microsoft.icon
Attachments (1)
Change History (7)
#1
@
17 years ago
- Component General → Media
- Keywords has-patch added
- Milestone → Future Release
- Owner set to
- Status new → accepted
- Version → 2.9.1
#3
@
16 years ago
- Cc added
- Keywords dev-feedback added
Patch still applies cleanly. Possible for 3.2?
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
possible for 3.1?