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

    r10828 r10904  
    12301230        'link_class'        => 'edit',
    12311231        'link_text'         => __( 'Edit Profile', 'buddypress' ),
    1232         'link_title'        => __( 'Edit Profile', 'buddypress' ),
    12331232    ) );
    12341233}
     
    13881387            <?php else : ?>
    13891388
    1390                 <span class="field-visibility-settings-notoggle" title="<?php esc_attr_e( "This field's visibility cannot be changed.", 'buddypress' ); ?>"><?php bp_the_profile_field_visibility_level_label(); ?></span>
     1389                <span class="field-visibility-settings-notoggle"><?php bp_the_profile_field_visibility_level_label(); ?></span>
    13911390
    13921391            <?php endif;
Note: See TracChangeset for help on using the changeset viewer.