Make WordPress Core

Changeset 30232


Ignore:
Timestamp:
11/04/2014 08:15:05 PM (9 years ago)
Author:
iandstewart
Message:

Twenty Fifteen: missing spaces for code standards.

Props Jayjdk, fixes #30076.

File:
1 edited

Legend:

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

    r30231 r30232  
    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.