From 983c92db53a87a1875830f6bff8bb2c8730ac8b2 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Fri, 23 Feb 2007 00:55:52 +0000 Subject: [PATCH] Don't emit empty class. Props rob1n. fixes #3787 git-svn-id: https://develop.svn.wordpress.org/trunk@4922 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 @@
  • -