Hello, I have a big problem with the site Graphene has crashed. What I wanted to do was hide in the footer the written word press.
What I did:
1) I put in the child function.php code written by developer:
<? php
graphene_filter_gettext function ($ translated, $ original, $ domain) {
$ strings = array (
'Powered by% 1 $ s and the% 2 $ s.' => 'This site does not have Super Cow Power!'
);
if (empty ($ strings [$ original])) {
$ translations = & get_translations_for_domain ($ domain);
$ translated = $ translations-> translate ($ strings [$ original]);
}
return $ translated;
}
add_filter ('gettext', 'graphene_filter_gettext', 10, 3);
>
2) crashed: browser send me write: in salvatoristudioingegneria.com / httpdocs / wp-content / themes / graphene-child total
3) by ftp i try to delete code (orihìginally child function.pho WAS EMPTY, is Prasanna method)
4) Also with php function child emty not work
PLease help
