From c9d4d9c0a7d6cf4bede490a0683395f07fe6f983 Mon Sep 17 00:00:00 2001 From: markjaquith Date: Fri, 3 Aug 2007 14:51:20 +0000 Subject: [PATCH] Roll back export portion of #4452 for 2.2.x, see #4452, see #4686 git-svn-id: http://svn.automattic.com/wordpress/branches/2.2@5846 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/export.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/export.php b/wp-admin/export.php index d5d3a8c7f3..44b995f701 100644 --- a/wp-admin/export.php +++ b/wp-admin/export.php @@ -203,7 +203,7 @@ $comments = $wpdb->get_results("SELECT * FROM $wpdb->comments WHERE comment_post if ( $comments ) { foreach ( $comments as $c ) { ?> comment_ID; ?> -comment_author); ?> +comment_author; ?> comment_author_email; ?> comment_author_url; ?> comment_author_IP; ?>