Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/09/2013 04:34:08 AM (12 years ago)
Author:
johnjamesjacoby
Message:

Clean up notifications template parts to better utilize notifications-loop.php. See #5148.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-templates/bp-legacy/buddypress/members/single/notifications/read.php

    r7526 r7538  
    1111    </div>
    1212
    13     <table class="notifications">
    14         <thead>
    15             <tr>
    16                 <th class="icon"></th>
    17                 <th class="title"><?php _e( 'Notification', 'buddypress' ) ?></th>
    18                 <th class="date"><?php _e( 'Date Received', 'buddypress' ) ?></th>
    19                 <th class="actions"><?php _e( 'Actions',    'buddypress' ); ?></th>
    20             </tr>
    21         </thead>
    22 
    23         <tbody>
    24             <?php bp_get_template_part( 'members/single/notifications/notifications-loop' ); ?>
    25         </tbody>
    26     </table>
     13    <?php bp_get_template_part( 'members/single/notifications/notifications-loop' ); ?>
    2714
    2815    <div id="pag-bottom" class="pagination no-ajax">
Note: See TracChangeset for help on using the changeset viewer.