From a4b22b0120b0149f1b204497fb26cc21413124bb Mon Sep 17 00:00:00 2001 From: Mike Little Date: Tue, 4 Nov 2003 00:18:36 +0000 Subject: [PATCH] whitespace git-svn-id: https://develop.svn.wordpress.org/trunk@517 602fd350-edb4-49c9-b593-d223f7449a82 --- b2comments.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/b2comments.php b/b2comments.php index 425540a672..91a3caa4d4 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:

-