Skip to content

Commit f3e0f2c

Browse files
authored
Fix: Use esc_html__ instead of esc_html_e
1 parent ff47c3b commit f3e0f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/class-tiny-settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ public function render_compression_timing_radiobutton(
718718
if ( 'background' == $value && $as3cf_local_files_present && $checked ) {
719719
echo '<div class="notice notice-warning inline"><p>';
720720
echo '<strong>' . esc_html__( 'Warning', 'tiny-compress-images' ) . '</strong> — ';
721-
$message = esc_html_e(
721+
$message = esc_html__(
722722
'For compression to work you will need to configure WP Offload S3 to keep a copy of the images on the server.', // WPCS: Needed for proper translation.
723723
'tiny-compress-images'
724724
);

0 commit comments

Comments
 (0)