Closed pdewouters closed 10 years ago
Looks like the PHP version check isn't catching the error
Parse error: syntax error, unexpected T_FUNCTION in [server path]/wp-content/plugins/comment-popularity/comment-popularity.php on line 38
I was using __DIR__ in the main plugin file which was preventing the PHP version check
__DIR__
Fixed by https://github.com/humanmade/comment-popularity/commit/d32593fa35123d8037b806be3dda6fe66b52b989
Looks like the PHP version check isn't catching the error