Parse error: syntax error, unexpected $end in [...]/wp-content/plugins/my-brand/mybrand.php on line 246
Parse error: syntax error, unexpected $end in [...]/wp-content/plugins/my-brand/mybrand.php on line 246
worschtebrot,
At line 241, edit the line:
</div> <? }
to look like this:
</div> <?php }
That will fix it. Authors, please take note, thanks.
This topic has been closed to new replies.