Broken backend
-
/social-locker/factory/modules/forms/controls/default-controls/editor-control-class.php
lines 35-40:
<div class='pi-editor'> <?php wp_editor( $value, $this->props['fullname'], array( 'textarea_name' => $this->props['fullname'], 'wpautop' => false, 'teeny' => true, 'tinymce' => $tinymceInit )); ?> </div>They create an error here… Cant use/test the plugin
(If I put `unset($tinymceInit[‘handle_event_callback’]);
unset($tinymceInit[‘content_css’]);` before calling wp_editor then it seems to work..)
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Broken backend’ is closed to new replies.