Skip to content

Commit 3e95814

Browse files
committed
Add a translators comment above an esc_html__() call
This led to a failed Travis build, from a PHPCS error.
1 parent 067584c commit 3e95814

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Admin/SiteHealth.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ public function icu_version() {
192192
'color' => $is_proper_version ? 'green' : 'orange',
193193
],
194194
'description' => sprintf(
195+
/* translators: %s: the minimum recommended ICU version */
195196
esc_html__( 'The version of ICU can affect how the intl extension runs. The minimum recommended version of ICU is %s.', 'amp' ),
196197
$minimum_version
197198
),

0 commit comments

Comments
 (0)