Code Duplication    Length = 5-5 lines in 2 locations

modules/videopress-v2/class.videopress-video.php 1 location

@@ 244-248 (lines=5) @@
241
				$this->videos->ogv = $data->ogv;
242
		}
243
244
		if ( isset( $data->swf ) ) {
245
			if ( ! isset( $this->players ) )
246
				$this->players = new stdClass();
247
			$this->players->swf = $data->swf;
248
		}
249
250
		if ( isset( $data->skin ) )
251
			$this->skin = $data->skin;

modules/videopress/class.videopress-video.php 1 location

@@ 233-237 (lines=5) @@
230
				$this->videos->ogv = $data->ogv;
231
		}
232
233
		if ( isset( $data->swf ) ) {
234
			if ( ! isset( $this->players ) )
235
				$this->players = new stdClass();
236
			$this->players->swf = $data->swf;
237
		}
238
239
		if ( isset( $data->skin ) )
240
			$this->skin = $data->skin;