Skip to content

Commit b9c71e5

Browse files
authored
Merge pull request #36 from mftruso/copyright
echo out copyright text from customizer
2 parents dd203f0 + 885a0d9 commit b9c71e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

footer.php

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

2626
<div class="row">
2727
<div class="site-info col-sm-6">
28-
<div class="copyright-text"><?php esc_attr(get_theme_mod( 'shapely_footer_copyright' )); ?></div>
28+
<div class="copyright-text"><?php echo esc_attr(get_theme_mod( 'shapely_footer_copyright' )); ?></div>
2929
<div class="footer-credits"><?php shapely_footer_info(); ?></div>
3030
</div><!-- .site-info -->
3131
<div class="col-sm-6 text-right">

0 commit comments

Comments
 (0)