Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/12/2017 01:18:16 AM (9 years ago)
Author:
mercime
Message:

Accessibility: Remove redundant title attributes from avatars and links.

See #7363.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-groups/bp-groups-notifications.php

    r11278 r11381  
    431431                     * @param string $notification_link The permalink for notification.
    432432                     */
    433                     return apply_filters( 'bp_groups_' . $amount . '_' . $action . '_notification', '<a href="' . $notification_link . '" title="' . sprintf( __( '%s requests group membership', 'buddypress' ), $user_fullname ) . '">' . $text . '</a>', $group_link, $user_fullname, $group->name, $text, $notification_link );
     433                    return apply_filters( 'bp_groups_' . $amount . '_' . $action . '_notification', '<a href="' . $notification_link . '">' . $text . '</a>', $group_link, $user_fullname, $group->name, $text, $notification_link );
    434434                } else {
    435435
Note: See TracChangeset for help on using the changeset viewer.