Ticket #30076: 30076.3.patch
| File 30076.3.patch, 589 bytes (added by , 11 years ago) |
|---|
-
wp-content/themes/twentyfifteen/inc/template-tags.php
271 271 272 272 <?php else : ?> 273 273 274 <a class="post-thumbnail" href="<?php the_permalink(); ?>"> 275 <?php the_post_thumbnail(); ?> 274 <a class="post-thumbnail" href="<?php the_permalink(); ?>" aria-hidden="true"> 275 <?php 276 the_post_thumbnail(); 277 ?> 276 278 </a> 277 279 278 280 <?php endif; // End is_singular()