Return to Snippet

Revision: 45347
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 &copy; 2009&ndash;' . 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