We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 933eb18 commit 88eda48Copy full SHA for 88eda48
1 file changed
src/class-tiny-settings.php
@@ -425,7 +425,9 @@ public function render_image_sizes_notice(
425
Tiny_Config::MONTHLY_FREE_COMPRESSIONS / $active_sizes_count
426
);
427
printf( wp_kses( __(
428
- 'With these settings you can compress <strong>at least %s images</strong> for free each month.',
+ 'With these settings you can compress '
429
+ . '<strong>at least %s images</strong>'
430
+ . ' for free each month.',
431
'tiny-compress-images'
432
), array( 'strong' => array() ) ), $free_images_per_month );
433
0 commit comments