[ERROR] T_CONSTANT_ENCAPSED_STRING
-
Hello there, I got this error
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /plugins/widget-google-reviews/grw-reviews.php on line 23
So I checked the code and noticed that you guys should add this
\
for each'
there. Can you fix it and release new update? Thanks.My fix
$reviews_where = ' AND hide = \'\''; if (strlen($reviews_lang) > 0) { $reviews_where = $reviews_where . ' AND language = \'' . $reviews_lang . '\''; }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[ERROR] T_CONSTANT_ENCAPSED_STRING’ is closed to new replies.