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-friends/bp-friends-template.php

    r10825 r10904  
    370370                    'link_href'         => wp_nonce_url( bp_loggedin_user_domain() . bp_get_friends_slug() . '/requests/cancel/' . $potential_friend_id . '/', 'friends_withdraw_friendship' ),
    371371                    'link_text'         => __( 'Cancel Friendship Request', 'buddypress' ),
    372                     'link_title'        => __( 'Cancel Friendship Requested', 'buddypress' ),
    373372                    'link_id'           => 'friend-' . $potential_friend_id,
    374373                    'link_rel'          => 'remove',
     
    387386                    'link_href'         => bp_loggedin_user_domain() . bp_get_friends_slug() . '/requests/',
    388387                    'link_text'         => __( 'Friendship Requested', 'buddypress' ),
    389                     'link_title'        => __( 'Friendship Requested', 'buddypress' ),
    390388                    'link_id'           => 'friend-' . $potential_friend_id,
    391389                    'link_rel'          => 'remove',
     
    404402                    'link_href'         => wp_nonce_url( bp_loggedin_user_domain() . bp_get_friends_slug() . '/remove-friend/' . $potential_friend_id . '/', 'friends_remove_friend' ),
    405403                    'link_text'         => __( 'Cancel Friendship', 'buddypress' ),
    406                     'link_title'        => __( 'Cancel Friendship', 'buddypress' ),
    407404                    'link_id'           => 'friend-' . $potential_friend_id,
    408405                    'link_rel'          => 'remove',
     
    421418                    'link_href'         => wp_nonce_url( bp_loggedin_user_domain() . bp_get_friends_slug() . '/add-friend/' . $potential_friend_id . '/', 'friends_add_friend' ),
    422419                    'link_text'         => __( 'Add Friend', 'buddypress' ),
    423                     'link_title'        => __( 'Add Friend', 'buddypress' ),
    424420                    'link_id'           => 'friend-' . $potential_friend_id,
    425421                    'link_rel'          => 'add',
Note: See TracChangeset for help on using the changeset viewer.