We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdb9d51 commit 23dff46Copy full SHA for 23dff46
1 file changed
src/class-tiny-image-size.php
@@ -82,7 +82,7 @@ public function add_tiny_meta_error( $exception ) {
82
* @return void
83
*/
84
public function mark_as_compressed( $include_conversion = false ) {
85
-
+
86
if ( ! $this->has_been_compressed() ) {
87
$this->add_tiny_meta_start();
88
$tiny_image_size_meta = array(
@@ -96,7 +96,7 @@ public function mark_as_compressed( $include_conversion = false ) {
96
);
97
$this->add_tiny_meta( $tiny_image_size_meta );
98
}
99
100
if ( ! $this->has_been_converted() && $include_conversion ) {
101
$this->meta['convert'] = array(
102
'size' => $this->filesize(),
0 commit comments