Skip to content

Instantly share code, notes, and snippets.

@freezvd
Forked from jamiemitchell/functions.php
Last active August 29, 2015 14:06
Show Gist options
  • Save freezvd/b6984ab4a2f95de39b34 to your computer and use it in GitHub Desktop.
Save freezvd/b6984ab4a2f95de39b34 to your computer and use it in GitHub Desktop.
<?php
/* Site footer
------------------------------------------------------------ */
add_filter('genesis_footer_creds_text', 'jm_footer_creds_text');
function jm_footer_creds_text($creds) {
$creds = '&copy; 2013 &mdash; All Rights Reserved.';
return $creds;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment