PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 6.21
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v6.21
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/shared/admin-header.php +0 -2 6.306.21 View file →
@@ -44,12 +44,10 @@
44 44 FrmAppHelper::kses_echo( $atts['nav'], 'all' );
45 45 }
46 46
47 47 echo '<div id="frm-publishing">';
48 -
49 48 if ( ! empty( $atts['publish'] ) || ! empty( $atts['import_link'] ) ) {
50 49 $btn_type = 'primary';
51 -
52 50 if ( isset( $atts['publish'] ) && is_array( $atts['publish'] ) ) {
53 51 call_user_func( $atts['publish'][0], $atts['publish'][1] );
54 52 $btn_type = 'secondary';
55 53 }