Changeset 2700 for branches/plugin/bbp-includes/bbp-reply-template.php
- Timestamp:
- 12/06/2010 09:56:22 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-reply-template.php
r2698 r2700 730 730 global $bbp; 731 731 732 $alternate = $bbp->reply_query->current_post % 2 ? ' ' : 'alternate';732 $alternate = $bbp->reply_query->current_post % 2 ? 'even' : 'odd'; 733 733 $status = 'status-' . bbp_get_reply_status(); 734 734 $post = post_class( array( $alternate, $status ) );
Note: See TracChangeset
for help on using the changeset viewer.