Ticket #30144: 30144.2.diff
| File 30144.2.diff, 744 bytes (added by , 12 years ago) |
|---|
-
inc/template-tags.php
189 189 190 190 <?php else : ?> 191 191 192 <a class="post-thumbnail" href="<?php the_permalink(); ?>" >192 <a class="post-thumbnail" href="<?php the_permalink(); ?>" aria-hidden="true"> 193 193 <?php 194 194 if ( ( ! is_active_sidebar( 'sidebar-2' ) || is_page_template( 'page-templates/full-width.php' ) ) ) { 195 195 the_post_thumbnail( 'twentyfourteen-full-width' ); 196 196 } else { 197 the_post_thumbnail( );197 the_post_thumbnail( 'post-thumbnail', array( 'alt' => get_the_title() ) ); 198 198 } 199 199 ?> 200 200 </a> 201 201 202 202 <?php endif; // End is_singular() 203 } 203 } 204 No newline at end of file
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)