File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ public function admin_init() {
6868 }
6969
7070 public function image_sizes_notice () {
71- $ this ->render_image_sizes_notice ($ _GET ["image_sizes_selected " ], $ _GET ["resize_original " ]);
71+ $ this ->render_image_sizes_notice ($ _GET ["image_sizes_selected " ], isset ( $ _GET ["resize_original " ]) );
7272 exit ();
7373 }
7474
@@ -260,7 +260,7 @@ public function render_resize() {
260260
261261 $ id = self ::get_prefixed_name ("resize_original_enabled " );
262262 $ field = self ::get_prefixed_name ("resize_original[enabled] " );
263- $ label = self ::translate_escape ('Resize orginal images larger than ' );
263+ $ label = self ::translate_escape ('Resize and compress orginal images to fit within ' );
264264
265265 echo '<p class="tiny-resize-available"> ' ;
266266 ?>
Original file line number Diff line number Diff line change 5252 padding : 5px ;
5353}
5454
55- p .tiny-resize-unavailable {
56- font-style : italic;
57- }
58-
5955p .tiny-resize-resolution {
6056 margin-left : 24px ;
6157}
You can’t perform that action at this time.
0 commit comments