Changeset 11637
- Timestamp:
- 07/12/2017 06:04:19 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-notifications/bp-notifications-template.php
r11522 r11637 648 648 $user_id = 0 === $user_id ? bp_displayed_user_id() : $user_id; 649 649 650 $retval = sprintf( '<a href="%1$s" class="mark-unread primary ">%2$s</a>', esc_url( bp_get_the_notification_mark_unread_url( $user_id ) ), __( 'Unread', 'buddypress' ) );650 $retval = sprintf( '<a href="%1$s" class="mark-unread primary bp-tooltip">%2$s</a>', esc_url( bp_get_the_notification_mark_unread_url( $user_id ) ), __( 'Unread', 'buddypress' ) ); 651 651 652 652 /** … … 782 782 $user_id = 0 === $user_id ? bp_displayed_user_id() : $user_id; 783 783 784 $retval = sprintf( '<a href="%1$s" class="delete secondary confirm ">%2$s</a>', esc_url( bp_get_the_notification_delete_url( $user_id ) ), __( 'Delete', 'buddypress' ) );784 $retval = sprintf( '<a href="%1$s" class="delete secondary confirm bp-tooltip">%2$s</a>', esc_url( bp_get_the_notification_delete_url( $user_id ) ), __( 'Delete', 'buddypress' ) ); 785 785 786 786 /**
Note: See TracChangeset
for help on using the changeset viewer.