警告:preg_match() [function.preg-match]:编译失败:第 201 行 /home/watchit/public_html/wp-includes/class-wp.php 中偏移量 3 处的括号不匹配
为了这:
if ( preg_match("#^$match#", $request_match, $matches) ||
改为:
if ( preg_match("#^$match#", $request_match, $matches)) ||
得到了这个:
解析错误:语法错误,第 201 行 /home/watchit/public_html/wp-includes/class-wp.php 中的意外 T_BOOLEAN_OR