From 6bdfea4db2db1726fd164a25f333d52342ab0378 Mon Sep 17 00:00:00 2001 From: Brian Date: Fri, 15 Jul 2016 14:59:29 -0400 Subject: [PATCH] Fix fix for tags on single page --- content-single.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content-single.php b/content-single.php index 3582fbd..9393404 100644 --- a/content-single.php +++ b/content-single.php @@ -85,7 +85,7 @@ if ( '' != $tag_list ) { $meta_text = __( '
Categories:
%1$s
Tags:
%2$s
', 'cs' ); } else { - $meta_text = __( '
Categories:
%1$s.Categories:
%1$s
', 'cs' ); } } // end check for categories on this blog