Skip to content

Commit 448da9f

Browse files
author
Eddie Machado
committed
Merge pull request eddiemachado-zz#493 from alexgarces/patch-1
Fix article footer class of single-custom-type.php
2 parents 5de8256 + d0c76d2 commit 448da9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

single-custom_type.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
</section> <?php // end article section ?>
4242

43-
<footer class="article-header">
43+
<footer class="article-footer">
4444
<p class="tags"><?php echo get_the_term_list( get_the_ID(), 'custom_tag', '<span class="tags-title">' . __( 'Custom Tags:', 'bonestheme' ) . '</span> ', ', ' ) ?></p>
4545

4646
</footer> <?php // end article footer ?>

0 commit comments

Comments
 (0)