Changeset 30231
- Timestamp:
- 11/04/2014 06:56:10 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/inc/template-tags.php
r30216 r30231 194 194 <?php else : ?> 195 195 196 <a class="post-thumbnail" href="<?php the_permalink(); ?>"> 197 <?php the_post_thumbnail(); ?> 196 <a class="post-thumbnail" href="<?php the_permalink(); ?>" aria-hidden="true"> 197 <?php 198 the_post_thumbnail( 'post-thumbnail', array( 'alt'=>get_the_title() ) ); 199 ?> 198 200 </a> 199 201
Note: See TracChangeset
for help on using the changeset viewer.