Skip to content

Commit 3d2babb

Browse files
committed
fix linter errors
1 parent dd65f0a commit 3d2babb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aws-ses-wp-mail.php

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ function wp_mail( $to, $subject, $message, $headers = '', $attachments = [] ) {
2727

2828
if ( is_wp_error( $result ) ) {
2929
trigger_error(
30+
// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
3031
sprintf( 'Sendmail SES Email failed: %d %s', $result->get_error_code(), $result->get_error_message() ),
3132
E_USER_WARNING
3233
);

0 commit comments

Comments
 (0)