Changeset 3079
- Timestamp:
- 06/27/2010 03:06:06 AM (16 years ago)
- File:
-
- 1 edited
-
branches/1.2/bp-forums/bp-forums-templatetags.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-forums/bp-forums-templatetags.php
r3070 r3079 869 869 $class = false; 870 870 871 if ( $topic_template->current_post % 2 == 1 )871 if ( $topic_template->current_post % 2 != 1 ) 872 872 $class .= 'alt'; 873 873
Note: See TracChangeset
for help on using the changeset viewer.