Parse error after update
Hi
It seems something went wrong when I tried updating to latest version.
Turning on debugging I get this error:
Parse error: syntax error, unexpected ')' in /wp-content/themes/betheme/functions/post-types/class-mfn-post-type.php on line 117
That would be here:
/**
* Add meta box
*/
public function meta_box()
{
add_meta_box(
$this->fields['id'],
$this->fields['title'],
array($this, 'show_box'),
$this->fields['page'],
'normal',
'high',
); <-------------------------------------------------- line 117
Even admin is out. I would very much like some help
Kind regards, Bruno
Comments