[wp-trac] [WordPress Trac] #22446: Insert Media modal: IE 7, 8, and 9 issues
WordPress Trac
noreply at wordpress.org
Wed Nov 21 23:26:06 UTC 2012
#22446: Insert Media modal: IE 7, 8, and 9 issues
-------------------------------+-----------------------
Reporter: SergeyBiryukov | Owner: ocean90
Type: defect (bug) | Status: accepted
Priority: normal | Milestone: 3.5
Component: Media | Version: trunk
Severity: normal | Resolution:
Keywords: needs-patch audit |
-------------------------------+-----------------------
Comment (by lessbloat):
RE: comment:16:
MarkJaquith got on Skype and helped me figure out a fix for this. In wp-
includes/functions.php line 2276 if you replace:
@header( 'Content-Type: application/json; charset=' . get_option(
'blog_charset' ) );
with:
@header( 'Content-Type: text/html;' );
The issue is resolved for me. Can we do this conditionally for IE7 & IE8?
--
Ticket URL: <http://core.trac.wordpress.org/ticket/22446#comment:18>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list