Make WordPress Core


Ignore:
Timestamp:
04/29/2013 04:57:30 PM (11 years ago)
Author:
lancewillett
Message:

Bundled themes: remove the_title_attribute() title attributes where it duplicates the_title() in anchor text. Props nacin, fixes #24203.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentythirteen/content-gallery.php

    r24093 r24131  
    1515        <?php else : ?>
    1616        <h1 class="entry-title">
    17             <a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'twentythirteen' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark"><?php the_title(); ?></a>
     17            <a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a>
    1818        </h1>
    1919        <?php endif; // is_single() ?>
Note: See TracChangeset for help on using the changeset viewer.