We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00726cf commit e9a2dc7Copy full SHA for e9a2dc7
mailchimp_widget.php
@@ -45,9 +45,12 @@ function mailchimp_sf_signup_form( $args = array() ) {
45
<?php
46
if ( ! empty( $after_widget ) ) {
47
echo wp_kses_post( $after_widget );
48
- } else {
+ }
49
+
50
+ if ( empty( $before_widget ) ) {
51
echo '</div>';
52
}
53
54
return;
55
56
@@ -284,7 +287,9 @@ function mailchimp_sf_signup_form( $args = array() ) {
284
287
285
288
286
289
290
291
292
293
294
295
0 commit comments