Opened 10 years ago
Closed 10 years ago
#36752 closed defect (bug) (invalid)
Terms Description : Tinymce not impacted by hook tiny_mce_before_init
| Reported by: | danygold | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | TinyMCE | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.