|
@@ 1185-1188 (lines=4) @@
|
| 1182 |
|
//Set the featured image |
| 1183 |
|
if ( false !== $importable_content && in_array( 'featured_image', $importable_content ) ) { |
| 1184 |
|
$image_set = $this->set_featured_image( $adata, $tour ); |
| 1185 |
|
if ( false !== $importable_content && in_array( 'banner_image', $importable_content ) ) { |
| 1186 |
|
$image_set = $this->set_banner_image( $adata, $tour ); |
| 1187 |
|
$forced = true; |
| 1188 |
|
} |
| 1189 |
|
continue; |
| 1190 |
|
} |
| 1191 |
|
if ( false !== $importable_content && in_array( 'banner_image', $importable_content ) ) { |
|
@@ 1191-1193 (lines=3) @@
|
| 1188 |
|
} |
| 1189 |
|
continue; |
| 1190 |
|
} |
| 1191 |
|
if ( false !== $importable_content && in_array( 'banner_image', $importable_content ) ) { |
| 1192 |
|
$image_set = $this->set_banner_image( $adata, $tour ); |
| 1193 |
|
} |
| 1194 |
|
} |
| 1195 |
|
} |
| 1196 |
|
} else { |