Skip to content
New issue

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

Notice: Undefined index: extension #99

Closed
mikedidthis opened this issue Nov 26, 2015 · 1 comment · May be fixed by #128
Closed

Notice: Undefined index: extension #99

mikedidthis opened this issue Nov 26, 2015 · 1 comment · May be fixed by #128

Comments

@mikedidthis
Copy link

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
Copy link
Collaborator

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

@pixelbart pixelbart linked a pull request Dec 8, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants