thom4parisot / wp-less

WordPress plugin which seemlessly compiles, caches and rebuilds your LESS stylesheets.
https://wordpress.org/plugins/wp-less/
88 stars 40 forks source link

Notice: Undefined index: extension #99

Closed mikedidthis closed 2 years ago

mikedidthis commented 8 years ago

Using wp_editor and the plugin wp-less causes the following notice:

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:

<?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.

pixelbart commented 2 years ago

Closed, due to age. If the problem persists, please reopen the issue.