Skip to content

Commit 0c81fee

Browse files
committed
Remove unnecessory escape function from URL.
1 parent 94a759e commit 0c81fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/setup_page.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ function ( $ele ) {
248248
sprintf(
249249
/* translators: %s: link to Mailchimp */
250250
__( '<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' ),
251-
esc_url( 'https://mailchimp.com/help/change-or-update-the-return-to-our-website-button/' )
251+
'https://mailchimp.com/help/change-or-update-the-return-to-our-website-button/'
252252
),
253253
[
254254
'a' => [

0 commit comments

Comments
 (0)