forked from mirror/_s
Remove `aria-hidden` attribute from the post thumbnail link
This commit is contained in:
parent
92bcf64ba4
commit
ce47408461
|
@ -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' ),
|
||||
|
|
Reference in New Issue