Hi,
I'm working on a Wordpress page, which has suddenly stopped working. I've been changing a few things in the functions.php-file, and suddenly it started saying this:
Parse error: syntax error, unexpected '}' in functions.php on line 255
Now, I'm not allowed to go to a different page or anything else in the admin-part of the page, nor can I load the page as I normally would.
The part it's complaining about is this:
function twentyten_auto_excerpt_more( $more ) {
return ' …' . twentyten_continue_reading_link();
}
Line 255 is where it says }
When I try deleting just the } or all of it, or comment it out, it still complains about this exact line, and I've checked the code thoroughly many times, and there are the exact same number of {s as }s.
Any help?
Thank you,
geeklike