We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd203f0 + 885a0d9 commit b9c71e5Copy full SHA for b9c71e5
footer.php
@@ -25,7 +25,7 @@
25
26
<div class="row">
27
<div class="site-info col-sm-6">
28
- <div class="copyright-text"><?php esc_attr(get_theme_mod( 'shapely_footer_copyright' )); ?></div>
+ <div class="copyright-text"><?php echo esc_attr(get_theme_mod( 'shapely_footer_copyright' )); ?></div>
29
<div class="footer-credits"><?php shapely_footer_info(); ?></div>
30
</div><!-- .site-info -->
31
<div class="col-sm-6 text-right">
0 commit comments