Forums
-
- Forum
- Posts
-
- Installation
- 28,398
- Troubleshooting
- 62,319
- Themes
- 10,391
- Plugins
- 15,316
- Requests & Feedback
- 14,933
- Showcase
- 3,254
-
I think that is a case of mixing an array ($title[]
) with a string ($title
). Somewhere, $title is being used as a string, and this piece of code wants to use it as the array $title[].
Glad you got it working. Hack away.