Skip to content

Commit f58b8cf

Browse files
author
Edwin Westerhoud
committed
Fix outdated notice (causing fopen to fail).
1 parent 260162c commit f58b8cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/class-tiny-settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public function admin_init() {
7979
} else {
8080
$details .= ' without curl';
8181
}
82-
$message = printf(
82+
$message = sprintf(
8383
esc_html__(
8484
'You are using an outdated platform (%s) – some features are disabled',
8585
'tiny-compress-images'

0 commit comments

Comments
 (0)