Code Duplication    Length = 3-3 lines in 2 locations

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

@@ 288-290 (lines=3) @@
285
				$this->scale_images = true;
286
287
				$width = '1024';
288
				if ( isset( $this->options['width'] ) && '' !== $this->options['width'] ) {
289
					$width = $this->options['width'];
290
				}
291
292
				$height = '768';
293
				if ( isset( $this->options['height'] ) && '' !== $this->options['height'] ) {
@@ 1032-1034 (lines=3) @@
1029
		);
1030
1031
		if ( false !== $this->options ) {
1032
			if ( isset( $this->options['width'] ) && '' !== $this->options['width'] ) {
1033
				$defaults['width'] = $this->options['width'];
1034
			}
1035
1036
			if ( isset( $this->options['height'] ) && '' !== $this->options['height'] ) {
1037
				$defaults['height'] = $this->options['height'];