I love the new WordPress tagging but there seems to be a slight bug in it.
The tags are comma separated and then ordered into alphabetical order but the commas don’t move when the tags are reordered, leaving a comma at the front
Surely I thought this would be as simple as explode, sort and implode.
Thanks.







As a follow up to this, I noticed that it doesn’t happen if you don’t put a comma after the last item in your list. So there is the workaround.