Skip to content

Commit

Permalink
Merge pull request #94 from sixhours/patch-1
Browse files Browse the repository at this point in the history
Change .tag-links to .tags-links so it doesn't cause an edge-case conflict with posts tagged as "links".
  • Loading branch information
ianstewart committed Oct 24, 2012
2 parents b242ebe + c7f0e44 commit 152ae26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 ?>
Expand Down

0 comments on commit 152ae26

Please sign in to comment.