Skip to content

Commit

Permalink
Update class-revisr-admin.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Polfo authored Apr 12, 2017
1 parent 271228b commit 532b2d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/class-revisr-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public static function notify( $subject, $message ) {
$email = $options['email'];
$message .= '<br><br>';
$message .= sprintf( __( '<a href="%s">Click here</a> for more details.', 'revisr' ), $url );
$headers = "Content-Type: text/html; charset=ISO-8859-1\r\n";
$headers = "Content-Type: text/html; charset=UTF-8\r\n";
wp_mail( $email, $subject, $message, $headers );
}
}
Expand Down

1 comment on commit 532b2d0

@Polfo
Copy link
Owner Author

@Polfo Polfo commented on 532b2d0 Apr 12, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change solves expandedfronts#110 in my setup

Please sign in to comment.