Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/05/2010 06:09:33 PM (16 years ago)
Author:
boonebgorges
Message:

Adds classes and ids to messages > notices. Fixes #2533

File:
1 edited

Legend:

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

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