Warning: preg_match() [function.preg-match]: Compilation failed: unmatched parentheses at offset 3 in /home/watchit/public_html/wp-includes/class-wp.php on line 201
for this:
if ( preg_match("#^$match#", $request_match, $matches) ||
changed to this:
if ( preg_match("#^$match#", $request_match, $matches)) ||
and got this:
Parse error: syntax error, unexpected T_BOOLEAN_OR in /home/watchit/public_html/wp-includes/class-wp.php on line 201