Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/08/2013 04:21:15 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Introduce functions for outputting notification descriptions and action links, and update template parts to use them. See #5148.

File:
1 edited

Legend:

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

    r7523 r7526  
    1111        </div>
    1212
    13         <table class="notification-settings">
     13        <table class="notifications">
    1414                <thead>
    1515                        <tr>
    1616                                <th class="icon"></th>
    17                                 <th class="title"><?php _e( 'Notification', 'buddypress' ) ?></th>
    18                                 <th class="title"><?php _e( 'Member',        'buddypress' ) ?></th>
    19                                 <th class="date"><?php _e( 'Date Received', 'buddypress' ) ?></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>
    2020                        </tr>
    2121                </thead>
Note: See TracChangeset for help on using the changeset viewer.