#16638 closed defect (bug) (wontfix)
TinyMCE media plugin remnants
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | I18N | Version: | 3.1 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | pavelevap@… |
Description
TinyMCE media plugin was removed in [17288], however there are still i18n strings associated with it.
Attachments (1)
Change History (10)
SergeyBiryukov — 2 years ago
comment:2
SergeyBiryukov — 22 months ago
Yep, I've seen them too. Created a new ticket: #18207.
comment:3
SergeyBiryukov — 22 months ago
- Keywords 3.3-early added
comment:4
SergeyBiryukov — 22 months ago
- Component changed from TinyMCE to I18N
Actually the 'media' plugin for TinyMCE is included in 3.2. The button is not visible by default but the plugin handles iframe, audio and video HTML tags. The old swf player was replaced by properly licensed player developed by Moxiecode (the makers of TinyMCE).
comment:6
SergeyBiryukov — 22 months ago
Thanks for the clarification. So these strings are actually used in 3.2? I haven't yet figured out a way to make the plugin show itself.
comment:7
follow-up:
↓ 9
SergeyBiryukov — 22 months ago
- Keywords 3.3-early removed
- Milestone Awaiting Review deleted
- Resolution set to wontfix
- Status changed from new to closed
OK, I figured it out. One can add “Insert / edit embedded media” button back with the mce_buttons filter.
comment:8
SergeyBiryukov — 22 months ago
Related: #17086
Replying to SergeyBiryukov:
Right. Also there is (or used to be) a keyboard shortcut if I remember correctly.

There are also some new probably unused strings in WP 3.2. I could not find many of them used in WP core. Why we have to translate them and add them to localization?
For example TinyMCE plugin advlist is translatable in WP core, but it is not used? There are some strings, for example "Press ALT F10 for toolbar. Press ALT 0 for help." or "Poster", etc. and translators do not know context and they are not sure if these strings are even visible somewhere...