adjustment for multi-language sites
-
Hello, Subscribe2 developers:
I am doing the following modification in file “classes/class-s2-core.php” every time the plugin gets updated:
Replace line
$post_title = html_entity_decode($post->post_title, ENT_QUOTES)
with line
$post_title = html_entity_decode(__($post->post_title), ENT_QUOTES)
This fixes e-mail formatting for a multi-language site. The full proper support of multi-language site would probably involve more changes, but this one is enough for what I need, and it would not hurt in anyway a single-language site.
Do you think it would make sense to implement this change permanently on your next update?
Thank you very much.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘adjustment for multi-language sites’ is closed to new replies.