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:

-