Opened 2 years ago

Closed 22 months ago

Last modified 22 months ago

#16638 closed defect (bug) (wontfix)

TinyMCE media plugin remnants

Reported by: SergeyBiryukov 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)

16638.patch (9.8 KB) - added by SergeyBiryukov 2 years ago.

Download all attachments as: .zip

Change History (10)

  • Cc pavelevap@… added

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...

Yep, I've seen them too. Created a new ticket: #18207.

  • Keywords 3.3-early added
  • 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).

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   SergeyBiryukov22 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:9 in reply to: ↑ 7   azaozz22 months ago

Replying to SergeyBiryukov:

Right. Also there is (or used to be) a keyboard shortcut if I remember correctly.

Note: See TracTickets for help on using tickets.