Syntax Error in Form.php
-
Parse error: syntax error, unexpected ‘:’ in …/wp-content/plugins/placester/lib/form.php on line 38.
It’s also in line 42. It appears to be the only two lines with ” ?: ” in them.
Line 38: $temp_attribute[‘label’] = $attribute[‘label_min’] ?: ‘Min’ . $attribute[‘label’];
Line 42: $temp_attribute[‘label’] = $attribute[‘label_max’] ?: ‘Max’ . $attribute[‘label’]Please help! Thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Syntax Error in Form.php’ is closed to new replies.