From 6793718e8aff8fc82ecec62d5b3b533230a6bbb8 Mon Sep 17 00:00:00 2001 From: obenland Date: Mon, 14 Jan 2013 16:38:39 -0800 Subject: [PATCH] _s: Provide a context for the comments title strings. There are languages that have more than one plural form. Sometimes these languages need to add the %1$s placeholder in the original singular version to help differentiate between these plural forms. In case the original singular version ('One thought on “%2$s”' in this case) is used elsewhere, the translation with the faulty %1$s will be used, possibly ending up with the placeholder not being replaced. The context will prevent that from happening by seperating the strings. --- comments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comments.php b/comments.php index ec1e1342..cc3b3443 100644 --- a/comments.php +++ b/comments.php @@ -29,7 +29,7 @@

' . get_the_title() . '' ); ?>