From ea03ecdca3597b40162b856b1d598b3e94ef235c Mon Sep 17 00:00:00 2001 From: Naoko McCracken Date: Tue, 13 Nov 2012 15:08:42 +0900 Subject: [PATCH] Fix tag list separator i18n in content-single.php --- content-single.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 content-single.php diff --git a/content-single.php b/content-single.php old mode 100644 new mode 100755 index be2c7ae..34d470a --- a/content-single.php +++ b/content-single.php @@ -25,7 +25,7 @@ $category_list = get_the_category_list( __( ', ', '_s' ) ); /* translators: used between list items, there is a space after the comma */ - $tag_list = get_the_tag_list( '', ', ' ); + $tag_list = get_the_tag_list( '', __( ', ', '_s' ) ); if ( ! _s_categorized_blog() ) { // This blog only has 1 category so we just need to worry about tags in the meta text