From c7f0e441b27a212d9e9239ba24ea54921dfaf370 Mon Sep 17 00:00:00 2001 From: sixhours Date: Wed, 24 Oct 2012 11:06:42 -0300 Subject: [PATCH] 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. --- content.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content.php b/content.php index 582306d7..a705e3f4 100644 --- a/content.php +++ b/content.php @@ -45,7 +45,7 @@ if ( $tags_list ) : ?> | - +