From 7740e89de3e1bc0cc636120e3ca8ab9e97e4d3cc Mon Sep 17 00:00:00 2001 From: donncha Date: Fri, 4 Apr 2008 16:44:15 +0000 Subject: Merged with WordPress 2.5, unstable, only for testing git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1218 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-admin/includes/export.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'wp-admin/includes/export.php') diff --git a/wp-admin/includes/export.php b/wp-admin/includes/export.php index a712177..5590826 100644 --- a/wp-admin/includes/export.php +++ b/wp-admin/includes/export.php @@ -195,12 +195,12 @@ echo '\n"; <?php echo apply_filters('the_title_rss', $post->post_title); ?> - + -post_content); ?>]]> +post_content) ); ?> ID; ?> post_date; ?> post_date_gmt; ?> @@ -238,7 +238,7 @@ if ( $comments ) { foreach ( $comments as $c ) { ?> comment_author_IP; ?> comment_date; ?> comment_date_gmt; ?> -comment_content; ?> +comment_content) ?> comment_approved; ?> comment_type; ?> comment_parent; ?> @@ -252,4 +252,4 @@ if ( $comments ) { foreach ( $comments as $c ) { ?> \ No newline at end of file +?> -- cgit