[wp-trac] [WordPress Trac] #26460: Featured image not showing when using SVG

WordPress Trac noreply at wordpress.org
Fri Dec 6 19:32:28 UTC 2013


#26460: Featured image not showing when using SVG
--------------------------+-----------------------------
 Reporter:  Swellfire     |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  General       |    Version:  3.7.1
 Severity:  normal        |   Keywords:
--------------------------+-----------------------------
 After enabling SVG
 {{{
 function cc_mime_types( $mimes ){
         $mimes['svg'] = 'image/svg+xml';
         return $mimes;
 }

 add_filter( 'upload_mimes', 'cc_mime_types' );
 }}}
 and setting a featured image to a SVG, the image does not show up in the
 backend. Worked in 3.6

--
Ticket URL: <http://core.trac.wordpress.org/ticket/26460>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list