Twenty Fifteen: missing spaces for code standards.

Props Jayjdk, fixes #30076.



git-svn-id: https://develop.svn.wordpress.org/trunk@30232 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ian Stewart 2014-11-04 20:15:05 +00:00
parent 94db67ffa7
commit be2a929e4e
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ function twentyfifteen_post_thumbnail() {
<a class="post-thumbnail" href="<?php the_permalink(); ?>" aria-hidden="true">
<?php
the_post_thumbnail( 'post-thumbnail', array( 'alt'=>get_the_title() ) );
the_post_thumbnail( 'post-thumbnail', array( 'alt' => get_the_title() ) );
?>
</a>