|
@@ 1100-1103 (lines=4) @@
|
| 1097 |
|
//Set the featured image |
| 1098 |
|
if ( false !== $importable_content && in_array( 'featured_image', $importable_content ) ) { |
| 1099 |
|
$image_set = $this->set_featured_image( $adata, $tour ); |
| 1100 |
|
if ( false !== $importable_content && in_array( 'banner_image', $importable_content ) ) { |
| 1101 |
|
$image_set = $this->set_banner_image( $adata, $tour ); |
| 1102 |
|
$forced = true; |
| 1103 |
|
} |
| 1104 |
|
continue; |
| 1105 |
|
} |
| 1106 |
|
if ( false !== $importable_content && in_array( 'banner_image', $importable_content ) ) { |
|
@@ 1106-1108 (lines=3) @@
|
| 1103 |
|
} |
| 1104 |
|
continue; |
| 1105 |
|
} |
| 1106 |
|
if ( false !== $importable_content && in_array( 'banner_image', $importable_content ) ) { |
| 1107 |
|
$image_set = $this->set_banner_image( $adata, $tour ); |
| 1108 |
|
} |
| 1109 |
|
} |
| 1110 |
|
} |
| 1111 |
|
} else { |