Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function prose_footer_creds_text($creds) {
- $creds = __('Copyright', 'genesis') . ' [footer_copyright] ' .'Monica Wright. All rights reserved';
- return $creds;
- }
- add_filter('genesis_footer_creds_text', 'prose_footer_creds_text');
Add Comment
Please, Sign In to add comment