Hi I'm having problems with a plugin. It says Warning: implode() [function.implode]: Invalid arguments passed in /home/.../font/Font.php on line 283.
The code on that line is
if($this->editorStyles) { $editorStyles = implode('', $this->editorStyles);
Does anyone know how to fix this?