I'm using Wordpress 4.1 ver.
Detected the following bug: Unable to update taxonomy terms with same slugs & names.
In post Category I create term 'foo'. Then in post Tags I also create term 'foo'. After that I try to edit Tag 'foo' (for example it's name) and save it. Wordpress outputs a message: 'Item not updated'. So I can't update the Tag term 'foo'.
So I'd like to know is there any hook to replace taxonomy term updating with my own function? I mean this for edit taxonomy admin menu page.
Thanks in advance.