Ticket #30076: 30076.5.patch
File 30076.5.patch, 574 bytes (added by , 10 years ago) |
---|
-
src/wp-content/themes/twentyfifteen/inc/template-tags.php
195 195 196 196 <a class="post-thumbnail" href="<?php the_permalink(); ?>" aria-hidden="true"> 197 197 <?php 198 the_post_thumbnail( 'post-thumbnail', array( 'alt' =>get_the_title() ) );198 the_post_thumbnail( 'post-thumbnail', array( 'alt' => get_the_title() ) ); 199 199 ?> 200 200 </a> 201 201