Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix fix for tags on single page
  • Loading branch information
bcd04001 committed Jul 15, 2016
1 parent fb3f810 commit 6bdfea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content-single.php
Expand Up @@ -85,7 +85,7 @@
if ( '' != $tag_list ) {
$meta_text = __( '<div class="col-sm-2">Categories:</div><div class="col-sm-10"> %1$s</div> <div class="col-sm-2">Tags:</div><div class="col-sm-10"> %2$s</div>', 'cs' );
} else {
$meta_text = __( '<div class="col-sm-2">Categories:</div><div class="col-sm-10"> %1$s.</div', 'cs' );
$meta_text = __( '<div class="col-sm-2">Categories:</div><div class="col-sm-10"> %1$s</div>', 'cs' );
}

} // end check for categories on this blog
Expand Down

0 comments on commit 6bdfea4

Please sign in to comment.