mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
now feeds use encoding=blog_charset
git-svn-id: https://develop.svn.wordpress.org/trunk@1022 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ header("Etag: " . $cetag, true);
|
||||
*/
|
||||
|
||||
?>
|
||||
<?php echo '<?xml version="1.0"?'.'>'; ?>
|
||||
<?php echo '<?xml version="1.0" encoding="'.get_settings('blog_charset').'"?'.'>'; ?>
|
||||
<!-- generator="wordpress/<?php echo $wp_version ?>" -->
|
||||
<rss version="2.0"
|
||||
xmlns:content="http://purl.org/rss/1.0/modules/content/">
|
||||
|
||||
Reference in New Issue
Block a user