Skip to content

Commit d0c76d2

Browse files
committed
Fix article footer class of single-custom-type.php
1 parent 405349e commit d0c76d2

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> <!-- 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> <!-- end article footer -->

0 commit comments

Comments
 (0)