Skip to:
Content

BuddyPress.org

Changeset 3070


Ignore:
Timestamp:
06/27/2010 12:37:20 AM (16 years ago)
Author:
johnjamesjacoby
Message:

Make forums alt class match global.js alt classer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-forums/bp-forums-templatetags.php

    r2975 r3070  
    583583                $class = false;
    584584
    585                 if ( $forum_template->current_topic % 2 == 1 )
     585                if ( $forum_template->current_topic % 2 != 1 )
    586586                        $class .= 'alt';
    587587
Note: See TracChangeset for help on using the changeset viewer.