Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/16/2014 07:38:35 PM (9 years ago)
Author:
boonebgorges
Message:

Show 'Mark Read/Unread' bulk action links on Messsages page.

They were removed, apparently by accident, in [5758].

Props slaFFik.
Fixes #4531.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-messages/bp-messages-template.php

    r9095 r9151  
    866866    </select> &nbsp;
    867867
    868     <?php if ( ! bp_is_current_action( 'sentbox' ) && bp_is_current_action( 'notices' ) ) : ?>
     868    <?php if ( ! bp_is_current_action( 'sentbox' ) && ! bp_is_current_action( 'notices' ) ) : ?>
    869869
    870870        <a href="#" id="mark_as_read"><?php _ex('Mark as Read', 'Message management markup', 'buddypress') ?></a> &nbsp;
Note: See TracChangeset for help on using the changeset viewer.