Code Duplication    Length = 3-3 lines in 2 locations

classes/class-wetu-importer.php 2 locations

@@ 285-287 (lines=3) @@
282
				$this->scale_images = true;
283
				$width = '1024';
284
285
				if ( isset( $this->options['width'] ) && '' !== $this->options['width'] ) {
286
					$width = $this->options['width'];
287
				}
288
289
				$height = '768';
290
@@ 1003-1005 (lines=3) @@
1000
		);
1001
1002
		if ( false !== $this->options ) {
1003
			if ( isset( $this->options['width'] ) && '' !== $this->options['width'] ) {
1004
				$defaults['width'] = $this->options['width'];
1005
			}
1006
1007
			if ( isset( $this->options['height'] ) && '' !== $this->options['height'] ) {
1008
				$defaults['height'] = $this->options['height'];