Opened 9 years ago
Closed 9 years ago
#36752 closed defect (bug) (invalid)
Terms Description : Tinymce not impacted by hook tiny_mce_before_init
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | TinyMCE | Keywords: | |
Focuses: | Cc: |
Description
The description field on the terms pages (term.php) contain a wysiwyg.
This Wysiwyg is not impacted by the hook "tiny_mce_before_init", the editing of the toolbars did not change on this Wysiwyg.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Hi @danygold - Thanks for the report, and welcome to WordPress Trac!
The description field on term.php does not contain a wysiwyg editor, at least not by default. It's possible that you're using a plugin that creates a TinyMCE instance here. If so, it would be the responsibility of that plugin to use implement core hooks like
tiny_mce_before_init
. I suggest you contact the plugin author for support with this issue.