Ticket #36334: 36334.patch
File 36334.patch, 484 bytes (added by , 8 years ago) |
---|
-
src/wp-includes/feed.php
644 644 'rdf' => 'application/rdf+xml' 645 645 ); 646 646 647 $content_type = ( !empty($types[$type]) ) ? $types[$type] : ' application/octet-stream';647 $content_type = ( !empty($types[$type]) ) ? $types[$type] : 'text/xml'; 648 648 649 649 /** 650 650 * Filters the content type for a specific feed type.