Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/23/2016 05:39:30 PM (8 years ago)
Author:
mercime
Message:

Accessibility: Remove redundant title attributes.

This is the first sweep for removing title attributes from the
BuddyPress template files.

Fixes #7090.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-activity/bp-activity-template.php

    r10894 r10904  
    31633163     *     @type string $link_href         Default: the public message link for
    31643164     *                                     the current member in the loop.
    3165      *     @type string $link_title        Default: 'Send a public message on your
    3166      *                                     activity stream.'.
    31673165     *     @type string $link_text         Default: 'Public Message'.
    31683166     *     @type string $link_class        Default: 'activity-button mention'.
     
    31793177            'wrapper_id'        => 'post-mention',
    31803178            'link_href'         => bp_get_send_public_message_link(),
    3181             'link_title'        => __( 'Send a public message on your activity stream.', 'buddypress' ),
    31823179            'link_text'         => __( 'Public Message', 'buddypress' ),
    31833180            'link_class'        => 'activity-button mention'
Note: See TracChangeset for help on using the changeset viewer.