marchenko.alexandr
Member
Posted 1 year ago #
Hello, thnx again for great module.
There is little bug in custom-metadata-manager.js in line 40:
if (!file_url) { imgurl = jQuery(html).attr('href'); }
Result must be saved to file_url variable rather than imgurl which is not exists.
This bug not allow save not image files to upload fields.
http://wordpress.org/extend/plugins/custom-metadata/
Hi Marchenko,
Thanks for the comment and for finding the bug. I've filed it on our public github repository here: https://github.com/jkudish/custom-metadata/issues/2
We'll make sure to get this fixed for the next release 0.8.
Thanks again!