Code Duplication    Length = 2-2 lines in 2 locations

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

@@ 757-758 (lines=2) @@
754
	 */
755
	private function flash_embed() {
756
		wp_enqueue_script( 'videopress' );
757
		if ( ! isset( $this->video->players->swf ) || ! isset( $this->video->players->swf->url ) )
758
			return '';
759
760
		$embed = array(
761
			'id' => $this->video_id,
@@ 788-789 (lines=2) @@
785
	 */
786
	private function flash_object() {
787
		wp_enqueue_script( 'videopress' );
788
		if ( ! isset( $this->video->players->swf ) || ! isset( $this->video->players->swf->url ) )
789
			return '';
790
791
		$thumbnail_html = '<img alt="';
792
		if ( isset( $this->video->title ) )