Forums
-
- Forum
- Posts
-
- Installation
- 28,423
- Troubleshooting
- 62,495
- Themes
- 10,427
- Plugins
- 15,336
- Requests & Feedback
- 14,959
- Showcase
- 3,256
-
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.