devinsays / portfolio-press

A WordPress theme for artists and designers to showcase their work.
https://wptheming.com/portfolio-theme/
GNU General Public License v2.0
62 stars 30 forks source link

Redundant title attribute in content.php #69

Closed mfields closed 10 years ago

mfields commented 10 years ago

content.php line 12

Title attribute applied to the a element is redundant:

<h1 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'portfoliopress' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h1>
devinsays commented 10 years ago

Happy to remove.