advanced code snippet search
fabi on 06/03/09
wordpress copyright wp footer thesis wpthesis
06/03/09 09:44pm
1 person have marked this snippet as a favorite
joelhaus
Self-updating copyright
function copyright() { echo '<p>Copyright © 2008–' . date('Y') . '</p>';}add_action('thesis_hook_footer', 'copyright', '99');
Report this snippet Tweet
Comment:
You need to login to post a comment.