Code Duplication    Length = 3-3 lines in 2 locations

classes/class-lsx-wetu-importer.php 2 locations

@@ 297-299 (lines=3) @@
294
			}
295
296
			$height = '768';
297
			if ( isset( $this->options['height'] ) && '' !== $this->options['height'] ) {
298
				$height = $this->options['height'];
299
			}
300
301
			$cropping = 'w';
302
			if ( isset( $this->options['cropping'] ) && '' !== $this->options['cropping'] ) {
@@ 1040-1042 (lines=3) @@
1037
				$defaults['width'] = $this->options['width'];
1038
			}
1039
1040
			if ( isset( $this->options['height'] ) && '' !== $this->options['height'] ) {
1041
				$defaults['height'] = $this->options['height'];
1042
			}
1043
1044
			if ( isset( $this->options['cropping'] ) && '' !== $this->options['cropping'] ) {
1045
				$defaults['cropping'] = $this->options['cropping'];