From 1db2a1f21d4a61ff8aa90c1ab084a10e5a85b526 Mon Sep 17 00:00:00 2001 From: "Philip M. Hofer (Frumph)" Date: Mon, 31 Aug 2009 00:51:22 -0700 Subject: [PATCH] fixed comments alt & even Signed-off-by: Philip M. Hofer (Frumph) --- functions/comment-functions.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/functions/comment-functions.php b/functions/comment-functions.php index 73dfb71..583a16e 100644 --- a/functions/comment-functions.php +++ b/functions/comment-functions.php @@ -210,16 +210,6 @@ function comicpress_comment_class() { $classes[] = 'reader'; endif; - /* - * Alt classes - */ - if($comment_alt++ % 2) : - $classes[] = 'even'; - $classes[] = 'alt'; - else : - $classes[] = 'odd'; - endif; - /* * http://microid.org */