I'm using the multiple tag link/query on my site:
http://mysite.com/?tag=cows,horses
OR
http://mysite.com/?tag=cows+horses
But any time you use that kind of query, the wp_title() tag will only show the first tag specified in your link, in this case "cows". The fact that "horses" was also specified in the link is totally unrecognized by wp_title()
Is there a way to get wp_title() to display every tag that's specified? Or is there some other template tag that will do this?