forked from mirror/_s
Update array using associative keys to have each value on a new line.
This commit is contained in:
parent
2a1a954b98
commit
c6427768ef
|
@ -125,7 +125,9 @@ function _s_post_thumbnail() {
|
||||||
<a class="post-thumbnail" href="<?php the_permalink(); ?>" aria-hidden="true">
|
<a class="post-thumbnail" href="<?php the_permalink(); ?>" aria-hidden="true">
|
||||||
<?php
|
<?php
|
||||||
the_post_thumbnail( 'post-thumbnail', array(
|
the_post_thumbnail( 'post-thumbnail', array(
|
||||||
'alt' => the_title_attribute( array( 'echo' => false ) ),
|
'alt' => the_title_attribute( array(
|
||||||
|
'echo' => false,
|
||||||
|
) ),
|
||||||
) );
|
) );
|
||||||
?>
|
?>
|
||||||
</a>
|
</a>
|
||||||
|
|
Reference in New Issue