Revision: 45347
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at April 28, 2011 19:56 by psteinweber
Initial Code
/*--------------------------------------------------*/
/* edit footer-footer */
/*--------------------------------------------------*/
remove_action('thesis_hook_footer', 'thesis_attribution');
function copyright() {
echo '<p>Copyright © 2009–' . date('Y') . '</p>';
}
add_action('thesis_hook_footer', 'copyright', '99');
Initial URL
Initial Description
Initial Title
Thesis: edit footer
Initial Tags
wordpress
Initial Language
PHP