Make WordPress Core

Ticket #10713: 10713.3.patch

File 10713.3.patch, 414 bytes (added by chriscct7, 10 years ago)

Refresh

  • wp-includes/feed.php

     
    642642         */
    643643        do_action_ref_array( 'wp_feed_options', array( &$feed, $url ) );
    644644        $feed->init();
     645        $feed->set_output_encoding( get_option( 'blog_charset' ) );
    645646        $feed->handle_content_type();
    646647
    647648        if ( $feed->error() )