Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/23/2016 05:39:30 PM (10 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-blogs/bp-blogs-template.php

    r10825 r10904  
    12811281                        'component'  => 'blogs',
    12821282                        'link_text'  => __( 'Create a Site', 'buddypress' ),
    1283                         'link_title' => __( 'Create a Site', 'buddypress' ),
    12841283                        'link_class' => 'blog-create no-ajax',
    12851284                        'link_href'  => trailingslashit( bp_get_blogs_directory_permalink() . 'create' ),
     
    13781377         *     @type string $link_class        Default: 'blog-button visit'.
    13791378         *     @type string $link_text         Default: 'Visit Site'.
    1380          *     @type string $link_title        Default: 'Visit Site'.
    13811379         * }
    13821380         * @return string The HTML for the Visit button.
     
    13921390                        'link_class'        => 'blog-button visit',
    13931391                        'link_text'         => __( 'Visit Site', 'buddypress' ),
    1394                         'link_title'        => __( 'Visit Site', 'buddypress' ),
    13951392                );
    13961393
Note: See TracChangeset for help on using the changeset viewer.