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-groups/bp-groups-widgets.php

    r11380 r11381  
    6363
    6464                <div class="item">
    65                     <div class="item-title"><a href="<?php bp_group_permalink() ?>" title="<?php bp_group_name() ?>"><?php bp_group_name() ?></a></div>
     65                    <div class="item-title"><a href="<?php bp_group_permalink() ?>"><?php bp_group_name() ?></a></div>
    6666                    <div class="item-meta">
    6767                        <?php if ( 'newest-groups' === $_POST['filter'] ) : ?>
Note: See TracChangeset for help on using the changeset viewer.