Guest User

Untitled

a guest
Jan 13th, 2018
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. function prose_footer_creds_text($creds) {
  2. $creds = __('Copyright', 'genesis') . ' [footer_copyright] ' .'Monica Wright. All rights reserved';
  3. return $creds;
  4. }
  5. add_filter('genesis_footer_creds_text', 'prose_footer_creds_text');
Add Comment
Please, Sign In to add comment