Hi Alex,
I will investigate. Theoretically I had solved a similar issue with special characters on the blog title.
Hello guhemama
Can you, if possible tell me how to solve this problem. I think I have to change something here :
$title = html_entity_decode(get_option('blogname')) . ' - ' . __('New reply to your comment', 'cren-plugin', $body);
… But I don’t know why 😀
Hey Alex,
I just gave a try, and I think the issue is on your side. What’s your blog title? It should be T’choupi, with no HTML encoded strings. Also, make sure the plugin is up to date (current version is 1.7.0).
-
This reply was modified 7 years, 8 months ago by
guhemama.
My bad – I was able to reproduce the issue – it’s probably a flag on the html_entity_decode function. I will work on a fix.