Skip to content

Instantly share code, notes, and snippets.

@DanielSantoro
Created March 24, 2017 15:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DanielSantoro/8a20641db52e28f4eb00ce8bf50d333a to your computer and use it in GitHub Desktop.
Save DanielSantoro/8a20641db52e28f4eb00ce8bf50d333a to your computer and use it in GitHub Desktop.
Fixed Year in Storefront Footer Modification
function custom_storefront_credit() {
?>
<div class="site-info">
&copy; <?php echo get_bloginfo( 'name' ); ?> 2017
</div><!-- .site-info -->
<?php
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment