Code Duplication    Length = 2-2 lines in 2 locations

modules/videopress/class.videopress-player.php 2 locations

@@ 740-741 (lines=2) @@
737
	 */
738
	private function flash_embed() {
739
		wp_enqueue_script( 'videopress' );
740
		if ( ! isset( $this->video->players->swf ) || ! isset( $this->video->players->swf->url ) )
741
			return '';
742
743
		$embed = array(
744
			'id' => $this->video_id,
@@ 771-772 (lines=2) @@
768
	 */
769
	private function flash_object() {
770
		wp_enqueue_script( 'videopress' );
771
		if ( ! isset( $this->video->players->swf ) || ! isset( $this->video->players->swf->url ) )
772
			return '';
773
774
		$thumbnail_html = '<img alt="';
775
		if ( isset( $this->video->title ) )