Some authors really want to enclose the post tags between quotes such as
"foo","bar"
I hate the quotes and I'd like to make WP remove them for me, to obtain something like:
foo,bar
I was looking for a filter/action but I didn't find any here:
http://codex.wordpress.org/Plugin_API/Filter_Reference
Any workaround to do this without messing with WP source core?