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 */