Thread Starter
Adiasz
(@adiasz)
I changed minified functionality to plugin https://wordpress.org/plugins/wp-super-minify/ which work properly.
Change in youtube_embed_dialog.php:
delete:
YoutubeEmbedDialog.local_ed.selection.setContent ( output );
insert:
tinymce.execCommand('mceInsertContent', false, output);
and it will work.
Change in youtube_embed_dialog.php:
delete:
YoutubeEmbedDialog.local_ed.selection.setContent ( output );
insert:
tinymce.execCommand('mceInsertContent', false, output);
and it will work.