Make WordPress Core


Ignore:
Timestamp:
11/17/2014 06:24:44 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Fifteen: pinking shears.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfifteen/inc/template-tags.php

    r30312 r30372  
    196196        <a class="post-thumbnail" href="<?php the_permalink(); ?>" aria-hidden="true">
    197197                <?php
    198                         the_post_thumbnail( 'post-thumbnail', array( 'alt' => get_the_title() ) ); 
     198                        the_post_thumbnail( 'post-thumbnail', array( 'alt' => get_the_title() ) );
    199199                ?>
    200200        </a>
Note: See TracChangeset for help on using the changeset viewer.