Parse syntax error in functions.php file
-
Hello everyone,
Came to do some things on my website tonight and get the following parse error (was working fine yesterday):Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE in /home/aimd/public_html/rawed/wp-includes/functions.php on line 4635
Looking at line 4635 of functions.php, I have:
$current_domain = ( is_ssl() ? 'https://' : 'https://' ) . $_SERVER['HTTP_HOST'];
Which I have checked against here and it appears correct so no idea why I am getting the error.
Any suggestions?
Many thanks.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Parse syntax error in functions.php file’ is closed to new replies.