Skip to content

Commit

Permalink
address cs warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvankooten committed Aug 29, 2023
1 parent 4922297 commit a35d1a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/views/parts/lists-overview.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
echo sprintf( '<tr class="list-details list-%s-details" style="display: none;">', $list->id );
echo '<td colspan="3" style="padding: 0 20px 40px;">';
echo sprintf( '<p class="alignright" style="margin: 20px 0;"><a href="https://admin.mailchimp.com/lists/members/?id=%s" target="_blank"><span class="dashicons dashicons-edit"></span> ' . esc_html__( 'Edit this list in Mailchimp', 'mailchimp-for-wp' ) . '</a></p>', $list->web_id );
echo '<div><div>', esc_html__( 'Loading... Please wait.', 'mailchimp-for-wp' ) , '</div></div>';
echo '<div><div>', esc_html__( 'Loading... Please wait.', 'mailchimp-for-wp' ), '</div></div>';
echo '</td>';
echo '</tr>';
?>
Expand Down

0 comments on commit a35d1a3

Please sign in to comment.