Update array using associative keys to have each value on a new line.

This commit is contained in:
laurelfulford 2017-12-12 15:26:47 -10:00
parent 2a1a954b98
commit c6427768ef
1 changed files with 3 additions and 1 deletions

View File

@ -125,7 +125,9 @@ function _s_post_thumbnail() {
<a class="post-thumbnail" href="<?php the_permalink(); ?>" aria-hidden="true">
<?php
the_post_thumbnail( 'post-thumbnail', array(
'alt' => the_title_attribute( array( 'echo' => false ) ),
'alt' => the_title_attribute( array(
'echo' => false,
) ),
) );
?>
</a>