PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 6.16
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v6.16
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/styles/_general.php +2 -2 6.336.16 View file →
@@ -169,9 +169,9 @@
169 169 'frm_center_form',
170 170 $frm_style->get_field_name( 'center_form' ),
171 171 array(
172 172 'div_class' => 'with_frm_style frm_toggle',
173 - 'checked' => ! empty( $style->post_content['center_form'] ),
173 + 'checked' => ! empty( $style->post_content['important_style'] ),
174 174 'echo' => true,
175 175 'aria-label-attr' => __( 'Center Form', 'formidable' ),
176 176 )
177 177 );
@@ -184,8 +184,8 @@
184 184 </div>
185 185 <div class="frm7 frm_form_field frm-style-component">
186 186 <label class="frm-copy-text">.frm_style_<?php
187 187 echo esc_html( $style->post_name );
188 - FrmAppHelper::icon_by_class( 'frmfont frm-copy-icon' );
188 + FrmAppHelper::icon_by_class( 'frm_icon_font frm-copy-icon' );
189 189 ?>
190 190 </label>
191 191 </div>