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/classes/class-bp-groups-widget.php

    r11380 r11381  
    136136
    137137                        <div class="item">
    138                             <div class="item-title"><a href="<?php bp_group_permalink() ?>" title="<?php bp_group_name() ?>"><?php bp_group_name() ?></a></div>
     138                            <div class="item-title"><a href="<?php bp_group_permalink() ?>"><?php bp_group_name() ?></a></div>
    139139                            <div class="item-meta">
    140140                                <span class="activity">
Note: See TracChangeset for help on using the changeset viewer.