Code Duplication    Length = 3-3 lines in 2 locations

classes/class-wetu-importer.php 2 locations

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