Ticket #30076: 30076.4.patch
| File 30076.4.patch, 640 bytes (added by , 12 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( 'post-thumbnail', array( 'alt'=>get_the_title() ) ); 277 ?> 276 278 </a> 277 279 278 280 <?php endif; // End is_singular()
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)