using blog_charset for this feed too
git-svn-id: http://svn.automattic.com/wordpress/trunk@1049 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1eebb0b327
commit
c5a9ac64ba
|
@ -5,7 +5,7 @@ if (! $feed) {
|
|||
|
||||
header('Content-type: text/xml');
|
||||
|
||||
echo '<?xml version="1.0"?'.'>';
|
||||
echo '<?xml version="1.0" encoding="'.get_settings('blog_charset').'"?'.'>';
|
||||
?>
|
||||
<!-- generator="wordpress/<?php echo $wp_version ?>" -->
|
||||
<rss version="2.0"
|
||||
|
|
Loading…
Reference in New Issue