#18001 closed defect (bug) (wontfix)
tiny_mce_preload_dialogs hook just disappeared
Reported by: | dvankooten | Owned by: | azaozz |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.2 |
Component: | Editor | Keywords: | 2nd-opinion dev-feedback |
Focuses: | Cc: |
Description
Apparently, wp_tiny_mce_preload_dialogs() got removed and has changed into wp_preload_dialogs(). The tiny_mce_preload_dialogs hook just disappeared with this, breaking a lot of plugins.
Change History (6)
#4
@
13 years ago
This was an internal hook for the wp-links dialog and was replaced by two new hooks when DFW was implemented. At the time no plugin was using it, so didn't see the need to keep it.
There are some planned enhancements to the_editor() and wp_tiny_mce() for 3.3 that will change how plugins use both editors anyways. Also the new hooks, before_wp_tiny_mce
and after_wp_tiny_mce
will stay for sure :)
#5
@
13 years ago
- Component changed from TinyMCE to Editor
- Milestone 3.2.1 deleted
- Resolution set to wontfix
- Status changed from reviewing to closed
Closing as wontfix, if there are still plugins that try to use the old hook, it would be best to update them. An update for them would probably be needed for 3.3 in any case.
Looks like it was removed in [17785], part of Distraction Free Writing.
https://core.trac.wordpress.org/changeset/17785/trunk/wp-admin/includes/post.php