KarmaThemes
says
Hi everybody,
I am trying to create a custom widget with a tutorial I found, but I get a parse error…
It says “Parse error: syntax error, unexpected ‘{’ ” in line 49.
Here’s the code
Would appreciate it a lot if anyone shared their PHP wisdom with me.
Thanks a lot,
GC
1763 posts
- Microlancer Beta Tester
- Author had a Free File of the Month
- Has been a member for 3-4 years
- Item was Featured
- Author was Featured
- Austria
- Exclusive Author
- Referred between 200 and 499 users
revaxarts
says
missing bracket in line 49:
if (!isset($args['title']) {
should be
if (!isset($args['title'])){
KarmaThemes
says
I feel dull.
Thank you so so so much!
Beste Grüße, GC
