We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using wp_editor and the plugin wp-less causes the following notice:
wp_editor
wp-less
Notice: Undefined index: extension in E:\WebMatrix\wp-base\wp-content\plugins\wp-less\lib\Plugin.class.php on line 312
If you disable tinymce being used with wp_editor:
tinymce
<?php wp_editor( html_entity_decode( $this->options['text'] ), 'wp_ultramessage_text', array( 'textarea_name' => "$this->plugin_name[text]", 'tinymce' => false, ) ); ?>
Or disable wp-less the notice stops.
The text was updated successfully, but these errors were encountered:
Closed, due to age. If the problem persists, please reopen the issue.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Using
wp_editor
and the pluginwp-less
causes the following notice:If you disable
tinymce
being used withwp_editor
:Or disable
wp-less
the notice stops.The text was updated successfully, but these errors were encountered: