We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 627eef2 commit 9c274fcCopy full SHA for 9c274fc
1 file changed
src/class-tiny-settings.php
@@ -342,7 +342,9 @@ public function render_resize() {
342
echo '</p>';
343
344
echo '<br>';
345
- $this->render_preserve_input("copyright", 'Preserve copyright information in the original image (JPEG only)');
+ $this->render_preserve_input("creation", 'Preserve creation date and time in the original image (JPEG only)') .'<br>';
346
+ $this->render_preserve_input("copyright", 'Preserve copyright information in the original image') .'<br>';
347
+ $this->render_preserve_input("location", 'Preserve GPS location in the original image (JPEG only)') .'<br>';
348
}
349
350
public function render_preserve_input($name, $description) {
0 commit comments