Skip to content

Commit a4c7af7

Browse files
committed
Ensure the href tag doesn't get removed; remove inline line-height style
1 parent fd30c29 commit a4c7af7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

views/setup_page.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
?>
3636
<div>
3737
<h3 class="mc-h2"><?php esc_html_e( 'Log In', 'mailchimp_i18n' ); ?></h3>
38-
<p class="mc-p" style="width: 40%;line-height: 21px;">
38+
<p class="mc-p" style="width: 40%;">
3939
<?php
4040
echo wp_kses(
4141
__(
@@ -44,7 +44,7 @@
4444
),
4545
[
4646
'a' => [
47-
'href',
47+
'href' => [],
4848
],
4949
'strong' => [],
5050
]

0 commit comments

Comments
 (0)