PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 6.12
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v6.12
6.35 6.34 6.33.1 6.33 6.32.1 6.32 6.31 6.25 6.25.1 6.26 6.26.1 6.27 6.28 6.29 6.3 6.3.1 6.3.2 6.30 6.4 6.4.1 6.4.2 6.5 6.5.1 6.5.2 6.5.3 All 141 releases
← All changes | classes/views/solutions/_import.php +5 -3 6.36.12 View file →
@@ -11,10 +11,10 @@
11 11 $info['url'] = $xml;
12 12 }
13 13
14 14 $disabled = isset( $imported[ $info['form'] ] ) ? ' disabled' : '';
15 - $url = isset( $info['url'] ) ? $info['url'] : '';
16 - $value = $importing === 'form' ? $info['form'] : $info['key'];
15 + $url = isset( $info['url'] ) ? $info['url'] : '';
16 + $value = $importing === 'form' ? $info['form'] : $info['key'];
17 17 if ( ! isset( $info['img'] ) ) {
18 18 ?>
19 19 <input type="hidden" name="<?php echo esc_attr( $importing ); ?>[<?php echo esc_attr( $info['form'] ); ?>]" value="<?php echo esc_attr( $value ); ?>" <?php echo esc_attr( $disabled ); ?>/>
20 20 <?php
@@ -62,7 +62,9 @@
62 62 </span>
63 63 </div>
64 64 </label>
65 65 </div>
66 - <?php } ?>
66 + <?php
67 + }//end foreach
68 + ?>
67 69 </div>
68 70 </div>