Make WordPress Core

Ticket #30076: 30076.5.patch

File 30076.5.patch, 574 bytes (added by Jayjdk, 10 years ago)

Formatting fix

  • src/wp-content/themes/twentyfifteen/inc/template-tags.php

     
    195195
    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>
    201201