forked from mirror/_s
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:
commit
152ae262eb
|
@ -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 ?>
|
||||
|
|
Reference in New Issue