0

解析错误:语法错误,第 991 行 /home3/mathiasf/public_html/wp-content/themes/smartstart/functions/plugin-activation.php 中的意外 T_IF

这是我在第 991 行找到的

if ( ! class_exists( 'WP_List_Table' ) ) {

我该如何解决这个错误?

这是完整的代码: http: //pastebin.com/UB0EWK2A

4

1 回答 1

1

您可能忘记了;上一行的 a,例如

echo 'foo'
if (...) { ... }

会触发错误。

于 2013-07-19T16:28:25.737 回答