Skip to content

Commit 94a759e

Browse files
iamdharmeshdkotter
andauthored
Apply suggestions from code review
Co-authored-by: Darin Kotter <darin.kotter@gmail.com>
1 parent 454c1f6 commit 94a759e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

views/setup_page.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,13 +247,14 @@ function ( $ele ) {
247247
echo wp_kses(
248248
sprintf(
249249
/* translators: %s: link to Mailchimp */
250-
__( '<strong>Note:</strong> If you haven\'t already, please <a href="%s" target="_blank">update</a> your website URL in the Mailchimp Audience settings to let users to return to your site.', 'mailchimp' ),
250+
__( '<strong>Note:</strong> If you haven\'t already, please <a href="%s" target="_blank" rel="noopener noreferrer">add</a> your website URL to your Mailchimp Audience account settings so users can properly return to your site after subscribing.', 'mailchimp' ),
251251
esc_url( 'https://mailchimp.com/help/change-or-update-the-return-to-our-website-button/' )
252252
),
253253
[
254254
'a' => [
255255
'href' => [],
256256
'target' => [],
257+
'rel' => [],
257258
],
258259
'strong' => [],
259260
]

0 commit comments

Comments
 (0)