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 site title link #57

Closed mfields closed 10 years ago

mfields commented 10 years ago

header.php line 31:

<a href="<?php echo home_url( '/' ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home">

The title attribute in the link is redundant. The link text will have the same content whether plain text or an image is used.

devinsays commented 10 years ago

Thanks! Fixed.