#2080 closed defect (bug) (fixed)
make tinyMCE 100% pluggable
| Reported by: | skeltoac | Owned by: | ryan |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Administration | Version: | 2.0 |
| Severity: | normal | Keywords: | tinymce bg|has-patch |
| Cc: | Focuses: |
Description
Adding this one little action hook makes it easy for tinyMCE plugins to be added as WP plugins. No need to copy js files into wp-includes, just write the js into a PHP function and add_action.
This will be nice for adding things like spellcheck. Just drop a plugin file in wp-content/plugins and activate it, refresh and there is it. Should work with MU, too.
Attachments (1)
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [3312]) Pluggable tinyMCE init. fixes #2080