Changeset 30387
- Timestamp:
- 11/19/2014 06:11:39 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/inc/template-tags.php
r29169 r30387 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 ?>
Note: See TracChangeset
for help on using the changeset viewer.