Code Duplication    Length = 2-2 lines in 2 locations

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

@@ 752-753 (lines=2) @@
749
	 */
750
	private function flash_embed() {
751
		wp_enqueue_script( 'videopress' );
752
		if ( ! isset( $this->video->players->swf ) || ! isset( $this->video->players->swf->url ) )
753
			return '';
754
755
		$embed = array(
756
			'id' => $this->video_id,
@@ 783-784 (lines=2) @@
780
	 */
781
	private function flash_object() {
782
		wp_enqueue_script( 'videopress' );
783
		if ( ! isset( $this->video->players->swf ) || ! isset( $this->video->players->swf->url ) )
784
			return '';
785
786
		$thumbnail_html = '<img alt="';
787
		if ( isset( $this->video->title ) )