Skip to content

Commit fd30c29

Browse files
committed
PHP syntax
1 parent e40a1e1 commit fd30c29

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

views/setup_page.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,15 +405,17 @@
405405
if ( ! $mv_var['required'] ) {
406406
$opt = 'mc_mv_' . $mv_var['tag'];
407407
?>
408-
<label class="screen-reader-text" for="<?php echo esc_attr( $opt ); ?>"><?php
408+
<label class="screen-reader-text" for="<?php echo esc_attr( $opt ); ?>">
409+
<?php
409410
echo esc_html(
410411
sprintf(
411412
// translators: placeholder is name of field
412413
__( 'Include merge field %s?', 'mailchimp_i18n' ),
413414
$mv_var['name']
414415
)
415416
);
416-
?></label>
417+
?>
418+
</label>
417419
<input name="<?php echo esc_attr( $opt ); ?>" type="checkbox" id="<?php echo esc_attr( $opt ); ?>" class="code"<?php checked( get_option( $opt ), 'on' ); ?> />
418420
<?php
419421
} else {

0 commit comments

Comments
 (0)