From 0b5ea4a9561ebe3587a61683093a331d54f07cac Mon Sep 17 00:00:00 2001 From: ryan Date: Fri, 23 Feb 2007 00:55:52 +0000 Subject: [PATCH] Don't emit empty class. Props rob1n. fixes #3787 git-svn-id: http://svn.automattic.com/wordpress/trunk@4922 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/default/comments.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/wp-content/themes/default/comments.php b/wp-content/themes/default/comments.php index 1108de8f33..0ff43b44d2 100644 --- a/wp-content/themes/default/comments.php +++ b/wp-content/themes/default/comments.php @@ -14,7 +14,7 @@ } /* This variable is for alternating comment background */ - $oddcomment = 'alt'; + $oddcomment = 'class="alt" '; ?> @@ -26,7 +26,7 @@ -
  • +
  • id="comment-"> Says: comment_approved == '0') : ?> Your comment is awaiting moderation. @@ -39,9 +39,9 @@
  • -