Merge pull request #94 from sixhours/patch-1

Change .tag-links to .tags-links so it doesn't cause an edge-case conflict with posts tagged as "links".
This commit is contained in:
Ian Stewart 2012-10-24 07:28:37 -07:00
commit 152ae262eb
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
if ( $tags_list ) :
?>
<span class="sep"> | </span>
<span class="tag-links">
<span class="tags-links">
<?php printf( __( 'Tagged %1$s', '_s' ), $tags_list ); ?>
</span>
<?php endif; // End if $tags_list ?>