Files
wp386/content.php
sixhours c7f0e441b2 Change .tag-links to .tags-links
Using the class .tag-links may cause a rare formatting bug. To reproduce:

1. Publish a new post and tag it "links"
2. post_class() assigns the class .tag-links to the post
3. Any formatting applied to .tag-links in the theme's stylesheet will also apply to this post -- not good!

Changing the class name to something that won't conflict, like .tags-links, should solve this problem.
2012-10-24 11:06:42 -03:00

2.3 KiB