Skip to content

Commit ae997c8

Browse files
committed
Remove TODO: comment.
1 parent 3199b7a commit ae997c8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

mailchimp.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -859,9 +859,6 @@ function mailchimp_sf_signup_submit() {
859859
return false;
860860
}
861861

862-
// TODO: If get_option( 'mc_update_existing' ) && 'unsubscribed' === $status then
863-
// make an API request to fetch Mailchimp hosted sign up form and display to user
864-
865862
$body = mailchimp_sf_subscribe_body( $merge, $igs, $email_type, $email, $status, get_option( 'mc_double_optin' ) );
866863
$retval = $api->post( $url, $body, 'PUT' );
867864

0 commit comments

Comments
 (0)