Code Duplication    Length = 3-3 lines in 2 locations

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

@@ 293-295 (lines=3) @@
290
				}
291
292
				$height = '768';
293
				if ( isset( $this->options['height'] ) && '' !== $this->options['height'] ) {
294
					$height = $this->options['height'];
295
				}
296
297
				$cropping = 'w';
298
				if ( isset( $this->options['cropping'] ) && '' !== $this->options['cropping'] ) {
@@ 1036-1038 (lines=3) @@
1033
				$defaults['width'] = $this->options['width'];
1034
			}
1035
1036
			if ( isset( $this->options['height'] ) && '' !== $this->options['height'] ) {
1037
				$defaults['height'] = $this->options['height'];
1038
			}
1039
1040
			if ( isset( $this->options['cropping'] ) && '' !== $this->options['cropping'] ) {
1041
				$defaults['cropping'] = $this->options['cropping'];