Skip to content

Commit 88eda48

Browse files
author
Michiel Verkoijen
committed
Fix style check.
1 parent 933eb18 commit 88eda48

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/class-tiny-settings.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,9 @@ public function render_image_sizes_notice(
425425
Tiny_Config::MONTHLY_FREE_COMPRESSIONS / $active_sizes_count
426426
);
427427
printf( wp_kses( __(
428-
'With these settings you can compress <strong>at least %s images</strong> for free each month.',
428+
'With these settings you can compress '
429+
. '<strong>at least %s images</strong>'
430+
. ' for free each month.',
429431
'tiny-compress-images'
430432
), array( 'strong' => array() ) ), $free_images_per_month );
431433

0 commit comments

Comments
 (0)