Skip to content

Commit bc5e682

Browse files
committed
Remove exra trailing comma.
1 parent 960e44a commit bc5e682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/class-mailchimp-admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ public function admin_footer_text( $text ) {
761761
gmdate( 'Y' ),
762762
esc_url( 'https://mailchimp.com/legal/cookies/#optanon-toggle-display/' ),
763763
esc_url( 'https://www.intuit.com/privacy/statement/' ),
764-
esc_url( 'https://mailchimp.com/legal/terms' ),
764+
esc_url( 'https://mailchimp.com/legal/terms' )
765765
),
766766
array(
767767
'a' => array(

0 commit comments

Comments
 (0)