Ticket #4531: 4531.patch
| File 4531.patch, 802 bytes (added by , 11 years ago) |
|---|
-
src/bp-messages/bp-messages-template.php
865 865 <option value="all"><?php _ex('All', 'Message dropdown filter', 'buddypress') ?></option> 866 866 </select> 867 867 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' ) ) : ?> 869 869 870 870 <a href="#" id="mark_as_read"><?php _ex('Mark as Read', 'Message management markup', 'buddypress') ?></a> 871 871 <a href="#" id="mark_as_unread"><?php _ex('Mark as Unread', 'Message management markup', 'buddypress') ?></a>