Code Duplication    Length = 3-3 lines in 2 locations

classes/class-wetu-importer.php 2 locations

@@ 291-293 (lines=3) @@
288
289
				$height = '768';
290
291
				if ( isset( $this->options['height'] ) && '' !== $this->options['height'] ) {
292
					$height = $this->options['height'];
293
				}
294
295
				$cropping = 'w';
296
@@ 1008-1010 (lines=3) @@
1005
				$defaults['width'] = $this->options['width'];
1006
			}
1007
1008
			if ( isset( $this->options['height'] ) && '' !== $this->options['height'] ) {
1009
				$defaults['height'] = $this->options['height'];
1010
			}
1011
1012
			if ( isset( $this->options['cropping'] ) && '' !== $this->options['cropping'] ) {
1013
				$defaults['cropping'] = $this->options['cropping'];