← All changes
|
includes/integrations/forminator/class-convertkit-forminator.php
+2
-2
3.3.2
→
3.4.3
View file →
| @@ -169,9 +169,9 @@ | ||
| 169 | 169 | case 'sequence': |
| 170 | 170 | // Subscribe. |
| 171 | 171 | $subscriber = $api->create_subscriber( $email, $first_name ); |
| 172 | 172 | |
| 173 | - // If an error occured, don't attempt to add the subscriber to the Form, as it won't work. | |
| 173 | + // If an error occurred, don't attempt to add the subscriber to the Form, as it won't work. | |
| 174 | 174 | if ( is_wp_error( $subscriber ) ) { |
| 175 | 175 | return; |
| 176 | 176 | } |
| 177 | 177 | |
| @@ -184,9 +184,9 @@ | ||
| 184 | 184 | case 'tag': |
| 185 | 185 | // Subscribe. |
| 186 | 186 | $subscriber = $api->create_subscriber( $email, $first_name ); |
| 187 | 187 | |
| 188 | - // If an error occured, don't attempt to add the subscriber to the Form, as it won't work. | |
| 188 | + // If an error occurred, don't attempt to add the subscriber to the Form, as it won't work. | |
| 189 | 189 | if ( is_wp_error( $subscriber ) ) { |
| 190 | 190 | return; |
| 191 | 191 | } |
| 192 | 192 | |