Howdy wordpress community!
Please help me to fix this error:
You can see it on the main page of campusdnepr.org
here it is:
Parse error: syntax error, unexpected T_STRING in /home/campus/campusdnepr.org/www/wp-includes/functions.php(1980) on line 1
Here are the first four lines in my functions.php
<?php
include_once (TEMPLATEPATH . "/functions/htmLawed.php");
include_once (TEMPLATEPATH . "/functions/shortcodes.php");
?>
What's wrong with it?
Thanks!