Add support for automatic feed links in themes, props Viper007Bond, see #8878

git-svn-id: https://develop.svn.wordpress.org/trunk@10377 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2009-01-19 05:04:58 +00:00
parent 2a684445e6
commit 19577d0a8d
14 changed files with 126 additions and 20 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
* @package WordPress
*/
header('Content-Type: application/atom+xml; charset=' . get_option('blog_charset'), true);
header('Content-Type: ' . feed_content_type('atom') . '; charset=' . get_option('blog_charset'), true);
$more = 1;
?>