Make WordPress Core


Ignore:
Timestamp:
10/09/2013 07:06:06 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: remove title attributes for better accessibility. Props sabreuse for original patch, see #25054.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfourteen/author.php

    r25213 r25743  
    2828
    2929                        printf( __( 'All posts by %s', 'twentyfourteen' ), sprintf(
    30                                 '<span class="vcard"><a class="url fn n" href="%1$s" title="%2$s" rel="me">%3$s</a></span>',
     30                                '<span class="vcard"><a class="url fn n" href="%1$s" rel="me">%2$s</a></span>',
    3131                                esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ),
    32                                 esc_attr( get_the_author() ),
    3332                                get_the_author()
    3433                        ) );
Note: See TracChangeset for help on using the changeset viewer.