Update array using associative keys to have each value on a new line.
This commit is contained in:
parent
2a1a954b98
commit
c6427768ef
1 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue