Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/24/2011 09:34:40 PM (15 years ago)
Author:
djpaul
Message:

Correct zebra striping. Fixes #3074

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/members/single/messages/notices-loop.php

    r3771 r4287  
    1818        <?php do_action( 'bp_before_notices' ) ?>
    1919
    20         <table id="message-threads" class="zebra messages-notices">
     20        <table id="message-threads" class="messages-notices">
    2121                <?php while ( bp_message_threads() ) : bp_message_thread(); ?>
    22                         <tr id="notice-<?php bp_message_notice_id() ?>">
     22                        <tr id="notice-<?php bp_message_notice_id() ?>" class="<?php bp_message_css_class(); ?>">
    2323                                <td width="1%">
    2424                                </td>
Note: See TracChangeset for help on using the changeset viewer.