phantom.omaga
Member
Posted 7 months ago #
hi i just updated to the latest version of the plugin but when i activated it it gives the error
Plugin could not be activated because it triggered a fatal error.
Parse error: syntax error, unexpected $end in ""my site root"\wp-content\plugins\cleditor-for-wordpress\cle_wp.php on line 30
http://wordpress.org/extend/plugins/cleditor-for-wordpress/
phantom.omaga
Member
Posted 7 months ago #
in cle_wp.php
on line 28 to 29
find
<?php
add_action('wp_head', 'add_cleditor');
?>
and relapse it with
<?php }
add_action('wp_head', 'add_cleditor');
?>
and it works it thing you forgot to include that "}" there
phantom.omaga
Member
Posted 7 months ago #
aah!!!!!!!!!!! sorry
you have to replase it with this
<?php
add_action('wp_head', 'add_cleditor'); }
?>
Thank you very much, fixed that.
phantom.omaga
Member
Posted 7 months ago #