File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
includes/blocks/mailchimp Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -181,6 +181,15 @@ function ( $single_list ) {
181
181
</h2>
182
182
<?php
183
183
}
184
+ if ( $ sub_heading ) {
185
+ ?>
186
+ <div id="mc_subheader">
187
+ <h3>
188
+ <?php echo wp_kses_post ( $ sub_heading ); ?>
189
+ </h3>
190
+ </div><!-- /mc_subheader -->
191
+ <?php
192
+ }
184
193
?>
185
194
<div id="mc_signup">
186
195
<form method="post" action="#mc_signup" id="mc_signup_form">
@@ -192,15 +201,6 @@ function ( $single_list ) {
192
201
<input type="hidden" name="mailchimp_sf_hash" value="<?php echo esc_attr ( $ hash ); ?> " />
193
202
<?php
194
203
wp_nonce_field ( 'mc_submit_signup_form ' , '_mc_submit_signup_form_nonce ' , false );
195
- if ( $ sub_heading ) {
196
- ?>
197
- <div id="mc_subheader">
198
- <h3>
199
- <?php echo wp_kses_post ( $ sub_heading ); ?>
200
- </h3>
201
- </div><!-- /mc_subheader -->
202
- <?php
203
- }
204
204
?>
205
205
<div class="mc_form_inside">
206
206
<div id="mc_message">
You can’t perform that action at this time.
0 commit comments