Found and fixed bug
-
The plugin was overwriting all other media buttons … I found the problem .. On line 102
function editor_download_button()It should be
function editor_download_button($context)Without that parameter, it will replace the context rather than append to it.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Found and fixed bug’ is closed to new replies.