Remove `aria-hidden` attribute from the post thumbnail link

This commit is contained in:
Thomas Guillot 2017-09-28 16:00:04 +01:00
parent 92bcf64ba4
commit ce47408461
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ function _s_post_thumbnail() {
<?php else : ?>
<a class="post-thumbnail" href="<?php the_permalink(); ?>" aria-hidden="true">
<a class="post-thumbnail" href="<?php the_permalink(); ?>">
<?php
the_post_thumbnail( 'post-thumbnail', array(
'alt' => the_title_attribute( 'echo=0' ),