Code Duplication    Length = 3-3 lines in 2 locations

classes/class-accommodation.php 1 location

@@ 207-209 (lines=3) @@
204
								<li><input class="content" checked="<?php $this->checked($this->accommodation_options,'special_interests'); ?>" type="checkbox" name="content[]" value="special_interests" /> <?php _e('Special Interests','wetu-importer'); ?></li>
205
								<li><input class="content" checked="<?php $this->checked($this->accommodation_options,'spoken_languages'); ?>" type="checkbox" name="content[]" value="spoken_languages" /> <?php _e('Spoken Languages','wetu-importer'); ?></li>
206
207
		                        <?php if(class_exists('TO_Videos')){ ?>
208
								    <li><input class="content" checked="<?php $this->checked($this->accommodation_options,'videos'); ?>" type="checkbox" name="content[]" value="videos" /> <?php _e('Videos','wetu-importer'); ?></li>
209
		                        <?php } ?>
210
							</ul>
211
							<h4><?php _e('Additional Content'); ?></h4>
212
							<ul>

classes/class-destination.php 1 location

@@ 164-166 (lines=3) @@
161
                                    <li><input class="content" checked="<?php $this->checked($this->destination_options,'location'); ?>" type="checkbox" name="content[]" value="location" /> <?php _e('Location','wetu-importer'); ?></li>
162
		                        <?php } ?>
163
164
		                        <?php if(class_exists('TO_Videos')){ ?>
165
								    <li><input class="content" checked="<?php $this->checked($this->destination_options,'videos'); ?>" type="checkbox" name="content[]" value="videos" /> <?php _e('Videos','wetu-importer'); ?></li>
166
		                        <?php } ?>
167
168
							</ul>
169
						</div>