Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/12/2017 01:18:16 AM (8 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-friends/classes/class-bp-core-friends-widget.php

    r11016 r11381  
    116116
    117117                        <div class="item">
    118                             <div class="item-title fn"><a href="<?php bp_member_permalink(); ?>" title="<?php bp_member_name(); ?>"><?php bp_member_name(); ?></a></div>
     118                            <div class="item-title fn"><a href="<?php bp_member_permalink(); ?>"><?php bp_member_name(); ?></a></div>
    119119                            <div class="item-meta">
    120120                                <?php if ( 'newest' == $instance['friend_default'] ) : ?>
Note: See TracChangeset for help on using the changeset viewer.