From 5097db06aa0d923d3c8c1ae02432db5852afb2da Mon Sep 17 00:00:00 2001 From: Ian Belanger Date: Tue, 9 Jun 2020 20:00:47 +0000 Subject: [PATCH] Bundled Themes: Twenty Twenty number of replies not translatable. Fixes the issue by removing the single quote from around the `1` in the elseif conditional of the comments template. Props Parvand, SergeyBiryukov, desrosj, juliobox, Mista-Flo, benjamingosset, audrasjb, opurockey. Fixes #49058. git-svn-id: https://develop.svn.wordpress.org/trunk@47941 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentytwenty/comments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-content/themes/twentytwenty/comments.php b/src/wp-content/themes/twentytwenty/comments.php index 9bc2d9b791..2bee32644d 100644 --- a/src/wp-content/themes/twentytwenty/comments.php +++ b/src/wp-content/themes/twentytwenty/comments.php @@ -32,7 +32,7 @@ if ( $comments ) {