Fixed the_tags. Typo was omitting comma separator.
This commit is contained in:
parent
a8665bcb7c
commit
f2a9f070cd
|
@ -122,7 +122,7 @@
|
|||
} ?>
|
||||
<div class="post-extras">
|
||||
<div class="tags">
|
||||
<?php the_tags(__('└ Tags:','comicpress'),'','','<br />'); ?>
|
||||
<?php the_tags(__('└ Tags:','comicpress'),', ','<br />'); ?>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue