From cc5fd2d97cd5506fc8df2b6dbd567b1a1ba195bd Mon Sep 17 00:00:00 2001 From: mikelittle Date: Tue, 4 Nov 2003 00:18:36 +0000 Subject: [PATCH] whitespace git-svn-id: http://svn.automattic.com/wordpress/trunk@517 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- b2comments.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/b2comments.php b/b2comments.php index 425540a67..91a3caa4d 100644 --- a/b2comments.php +++ b/b2comments.php @@ -10,11 +10,11 @@ } } - $comment_author = trim($HTTP_COOKIE_VARS["comment_author_".$cookiehash]); + $comment_author = trim($HTTP_COOKIE_VARS["comment_author_".$cookiehash]); $comment_author_email = trim($HTTP_COOKIE_VARS["comment_author_email_".$cookiehash]); $comment_author_url = trim($HTTP_COOKIE_VARS["comment_author_url_".$cookiehash]); - $comments = $wpdb->get_results("SELECT * FROM $tablecomments WHERE comment_post_ID = $id ORDER BY comment_date"); + $comments = $wpdb->get_results("SELECT * FROM $tablecomments WHERE comment_post_ID = $id ORDER BY comment_date"); ?> @@ -49,7 +49,6 @@ if ($comments) { comment_status) { ?>

Line and paragraph breaks automatic, website trumps email, HTML allowed:

-