Skip to content

Commit 57ed73f

Browse files
Merge pull request #444 from Codeinwp/bugfix/522
Fixed collapse menu issue with conditional fields
2 parents 3883c3f + 2e39c6e commit 57ed73f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

classes/form.class.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ function( $collapse_field ) {
219219
$field_html .= '</div>';
220220

221221
if ( count( $collapse_fields ) === $ppom_collapse_counter && $section_started ) {
222-
$field_html .= '</div>';
223222
$section_started = false;
224223
}
225224

0 commit comments

Comments
 (0)