Skip to content

Commit 9c274fc

Browse files
author
Jacob Middag
committed
Enable the preservation of more meta data
1 parent 627eef2 commit 9c274fc

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
@@ -342,7 +342,9 @@ public function render_resize() {
342342
echo '</p>';
343343

344344
echo '<br>';
345-
$this->render_preserve_input("copyright", 'Preserve copyright information in the original image (JPEG only)');
345+
$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>';
346348
}
347349

348350
public function render_preserve_input($name, $description) {

0 commit comments

Comments
 (0)