• Resolved damicoaustin

    (@damicoaustin)


    Went to my Twenty Eleven site at http://www.damicoaustin.com and out of the blue got:

    Parse error: syntax error, unexpected ‘cloak’ (T_STRING) in /home/damicoau/public_html/wp-content/themes/twentyeleven/functions.php on line 548

    There’s no way to even access wp-admin for login. Every page gives me that error.

    Went into cpanel and opened the file functions.php. Line 548 is:
    $content = get_echo cloak(get_the_content());

Viewing 1 replies (of 1 total)
  • Thread Starter damicoaustin

    (@damicoaustin)

    Thought maybe I could just fix the code, but ended up doing what everyone else had to…go to another function.php I had locally and copying it in…then updating the theme. Time to create a child theme.

Viewing 1 replies (of 1 total)

The topic ‘Can't access site: Parse error: syntax error, unexpected 'cloak' (T_STRING)’ is closed to new replies.