diff --git a/wp-admin/includes/export.php b/wp-admin/includes/export.php index a712177f22..96239af921 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; ?>