//Site Credits
function jp_footer_credits () {
$copyright = '<div class="creds"><p>Copyright © ' . date('Y') . ' · ' . $site_title = get_bloginfo( 'name' ) . ' - All rights reserved.</p></div>';
return $copyright;
}
add_filter( 'genesis_footer_creds_text', 'jp_footer_credits' );