- Timestamp:
- 11/09/2013 04:34:08 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-templates/bp-legacy/buddypress/members/single/notifications/read.php
r7526 r7538 11 11 </div> 12 12 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' ); ?> 27 14 28 15 <div id="pag-bottom" class="pagination no-ajax">
Note: See TracChangeset
for help on using the changeset viewer.