Code Duplication    Length = 3-3 lines in 2 locations

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

@@ 299-301 (lines=3) @@
296
			}
297
298
			$height = '768';
299
			if ( isset( $this->options['height'] ) && '' !== $this->options['height'] ) {
300
				$height = $this->options['height'];
301
			}
302
303
			$cropping = 'w';
304
			if ( isset( $this->options['cropping'] ) && '' !== $this->options['cropping'] ) {
@@ 1049-1051 (lines=3) @@
1046
				$defaults['width'] = $this->options['width'];
1047
			}
1048
1049
			if ( isset( $this->options['height'] ) && '' !== $this->options['height'] ) {
1050
				$defaults['height'] = $this->options['height'];
1051
			}
1052
1053
			if ( isset( $this->options['cropping'] ) && '' !== $this->options['cropping'] ) {
1054
				$defaults['cropping'] = $this->options['cropping'];