fixed comments alt & even
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
parent
e72820cc00
commit
1db2a1f21d
|
@ -210,16 +210,6 @@ function comicpress_comment_class() {
|
||||||
$classes[] = 'reader';
|
$classes[] = 'reader';
|
||||||
endif;
|
endif;
|
||||||
|
|
||||||
/*
|
|
||||||
* Alt classes
|
|
||||||
*/
|
|
||||||
if($comment_alt++ % 2) :
|
|
||||||
$classes[] = 'even';
|
|
||||||
$classes[] = 'alt';
|
|
||||||
else :
|
|
||||||
$classes[] = 'odd';
|
|
||||||
endif;
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* http://microid.org
|
* http://microid.org
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue