From 8882cab08127a82685bffe6457c87c8cfc25a8ee Mon Sep 17 00:00:00 2001 From: Ben Word Date: Thu, 18 Jan 2024 12:54:25 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Comments=20title:=20Fix=20make-p?= =?UTF-8?q?ot=20warning?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/View/Composers/Comments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/View/Composers/Comments.php b/app/View/Composers/Comments.php index 8a82f0f5dc..9a41764455 100644 --- a/app/View/Composers/Comments.php +++ b/app/View/Composers/Comments.php @@ -39,8 +39,8 @@ public function with() */ public function title() { - /* translators: %1$s is replaced with the number of comments and %2$s with the post title */ return sprintf( + /* translators: %1$s is replaced with the number of comments and %2$s with the post title */ _nx('%1$s response to “%2$s”', '%1$s responses to “%2$s”', get_comments_number(), 'comments title', 'sage'), get_comments_number() === 1 ? _x('One', 'comments title', 'sage') : number_format_i18n(get_comments_number()), ''.get_the_title().''