Code Duplication    Length = 12-12 lines in 2 locations

includes/admin/class-admin-settings.php 2 locations

@@ 665-676 (lines=12) @@
662
						break;
663
664
					// Custom: System setting field.
665
					case 'system_info' :
666
						?>
667
                    <tr valign="top" <?php echo ! empty( $value['wrapper_class'] ) ? 'class="' . $value['wrapper_class'] . '"' : '' ?>>
668
                        <th scope="row" class="titledesc">
669
                            <label for="<?php echo esc_attr( $value['id'] ); ?>"><?php echo self::get_field_title( $value ); ?></label>
670
                        </th>
671
                        <td class="give-forminp">
672
							<?php give_system_info_callback(); ?>
673
							<?php echo $description; ?>
674
                        </td>
675
                        </tr><?php
676
						break;
677
678
					// Custom: Default gateways setting field.
679
					case 'default_gateway' :
@@ 709-720 (lines=12) @@
706
						break;
707
708
					// Custom: Email preview buttons field.
709
					case 'email_preview_buttons' :
710
						?>
711
                    <tr valign="top" <?php echo ! empty( $value['wrapper_class'] ) ? 'class="' . $value['wrapper_class'] . '"' : '' ?>>
712
                        <th scope="row" class="titledesc">
713
                            <label for="<?php echo esc_attr( $value['id'] ); ?>"><?php echo self::get_field_title( $value ); ?></label>
714
                        </th>
715
                        <td class="give-forminp">
716
							<?php give_email_preview_buttons_callback(); ?>
717
							<?php echo $description; ?>
718
                        </td>
719
                        </tr><?php
720
						break;
721
722
					// Custom: API field.
723
					case 'api' :