wp-advanced-search
wp-advanced-search copied to clipboard
Fixes issue with closing div for nested list fields
Nested list fields were returning before outputting the closing for the element, causing validation issues and in some cases breaking the DOM. Changing the control structure saves adding another "$output .= '';" before the earlier return statement.
Found this bug and fixed in my own copy. When came here to create pull-request for it I found it was already fixed by this pull-request
.
@bootsz Could this one be merged? No conflicts with master. It's clearly a bug and it's breaking the form layout.