From 132f53ddaeb250222a4ac85ebc0bf4dd780db60e Mon Sep 17 00:00:00 2001 From: donncha Date: Fri, 23 Feb 2007 15:47:59 +0000 Subject: WP Merge to 4929 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@899 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-atom.php | 43 +------------------------------------------ 1 file changed, 1 insertion(+), 42 deletions(-) (limited to 'wp-atom.php') diff --git a/wp-atom.php b/wp-atom.php index 11db365..4e8f200 100644 --- a/wp-atom.php +++ b/wp-atom.php @@ -5,47 +5,6 @@ if (empty($wp)) { wp('feed=atom'); } -header('Content-type: application/atom+xml; charset=' . get_option('blog_charset'), true); -$more = 1; +require (ABSPATH . WPINC . '/feed-atom.php'); ?> -'; ?> - - > - <?php bloginfo_rss('name') ?> - - - - WordPress - - - - - - - - - - - - - <![CDATA[<?php the_title_rss() ?>]]> - - - - - - ]]> - - ]]> - - - - - - -- cgit